Skip to content

Commit

Permalink
.clang-format: Improvements from Kjell.
Browse files Browse the repository at this point in the history
  • Loading branch information
murraycu committed Feb 25, 2016
1 parent 5e2129e commit 3cc1b83
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
BasedOnStyle: Mozilla
AlignAfterOpenBracket: false
Standard: Cpp11
AlignAfterOpenBracket: false
AlignEscapedNewlinesLeft: true
AlwaysBreakAfterDefinitionReturnType: None
BreakBeforeBraces: Allman
SpaceBeforeParens: Never

BreakConstructorInitializersBeforeComma: false
ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 0
IndentCaseLabels: false

0 comments on commit 3cc1b83

Please sign in to comment.