Skip to content

Commit

Permalink
Stackwalker.cpp uses 2 space indent while XMLTester.cpp 2 space
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Jul 14, 2017
1 parent 335bfb8 commit 0307347
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ indent_size = 2
indent_style = space
indent_size = 2

# XMLTester.cpp wants space indent
[tests/xmltester/{XMLTester,Stackwalker}.cpp]
# XMLTester.cpp wants 2-space indent
[tests/xmltester/XMLTester.cpp]
indent_style = space
indent_size = 4

# Stackwalker.cpp wants 4-space indent
[tests/xmltester/Stackwalker.cpp]
indent_style = space
indent_size = 2

0 comments on commit 0307347

Please sign in to comment.