clang format namespace fix

This commit is contained in:
gabime
2018-03-17 12:47:04 +02:00
parent 4445f6f869
commit c739e68021
2 changed files with 7 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 140
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: true
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4