Skip to content

Commit

Permalink
Add column limit to .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
socantre authored and Seth Cantrell committed Oct 2, 2015
1 parent 87f7f30 commit dd923ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ColumnLimit: 0
ColumnLimit: 100

UseTab: Never
IndentWidth: 4
AccessModifierOffset: -4
NamespaceIndentation: Inner

BreakBeforeBraces: Allman
AlwaysBreakTemplateDeclarations: false
AlwaysBreakTemplateDeclarations: true
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowShortBlocksOnASingleLine: true
Expand Down

0 comments on commit dd923ee

Please sign in to comment.