Put braces on new line after if/for/switch/case.

This commit is contained in:
Dejan Mircevski
2016-03-26 15:53:12 -04:00
parent 8a4e22ce27
commit 24c6bb308d
2 changed files with 231 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
Language: Cpp
IndentWidth: 4
BreakBeforeBraces: Custom
BraceWrapping: { AfterFunction: true }
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
IndentCaseLabels: false
ReflowComments: false
ColumnLimit: 100