Skip to content

Commit

Permalink
Problem: trailing whitespaces in clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
kurdybacha committed May 11, 2018
1 parent 85f759a commit 7732903
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Custom
BraceWrapping:
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: true
AfterFunction: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BeforeElse: false
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BeforeElse: false
IndentBraces: false

AlignConsecutiveAssignments: false
Expand Down

0 comments on commit 7732903

Please sign in to comment.