Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Feb 5, 2015
1 parent e03e5b2 commit 2f99b5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -19,7 +19,7 @@ BinPackParameters: true
ColumnLimit: 320
CommentPragmas: '^!<'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ContinuationIndentWidth: 4
ContinuationIndentWidth: 0
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
Expand Down
6 changes: 3 additions & 3 deletions example/.clang-format
Expand Up @@ -14,12 +14,12 @@ AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: false
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializersBeforeComma: true
BinPackParameters: true
ColumnLimit: 85
CommentPragmas: '^ IWYU pragma:'
CommentPragmas: '^!<'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ContinuationIndentWidth: 4
ContinuationIndentWidth: 0
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
Expand Down

0 comments on commit 2f99b5a

Please sign in to comment.