Problem: trailing whitespaces in clang-format file

This commit is contained in:
Pawel Kurdybacha 2018-05-11 20:08:26 +01:00
parent 85f759a170
commit 7732903177

View File

@ -2,17 +2,17 @@ BasedOnStyle: LLVM
IndentWidth: 4 IndentWidth: 4
UseTab: Never UseTab: Never
BreakBeforeBraces: Custom BreakBeforeBraces: Custom
BraceWrapping: BraceWrapping:
AfterClass: true AfterClass: true
AfterControlStatement: false AfterControlStatement: false
AfterEnum: true AfterEnum: true
AfterFunction: true AfterFunction: true
AfterNamespace: true AfterNamespace: true
AfterObjCDeclaration: true AfterObjCDeclaration: true
AfterStruct: true AfterStruct: true
AfterUnion: true AfterUnion: true
BeforeCatch: true BeforeCatch: true
BeforeElse: false BeforeElse: false
IndentBraces: false IndentBraces: false
AlignConsecutiveAssignments: false AlignConsecutiveAssignments: false