Put braces on new line after if/for/switch/case.
This commit is contained in:
parent
8a4e22ce27
commit
24c6bb308d
2 changed files with 231 additions and 116 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Language: Cpp
|
||||
IndentWidth: 4
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping: { AfterFunction: true }
|
||||
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
||||
IndentCaseLabels: false
|
||||
ReflowComments: false
|
||||
ColumnLimit: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue