clang-format

This commit is contained in:
Lowly Worm 2017-07-04 13:59:58 -07:00
parent 6d5585fc68
commit cca0ff90c2

View File

@ -14,7 +14,7 @@ ColumnLimit: 0
BreakBeforeBraces: Attach
BraceWrapping: {
AfterClass: 'true'
AfterControlStatement: 'false'
AfterControlStatement: 'true'
AfterEnum : 'true'
AfterFunction : 'true'
AfterNamespace : 'true'