Add column limit to .clang-format

This commit is contained in:
Seth Cantrell 2015-10-01 20:53:37 -04:00 committed by Seth Cantrell
parent 87f7f30a90
commit dd923eee5f

View File

@ -1,4 +1,4 @@
ColumnLimit: 0
ColumnLimit: 100
UseTab: Never
IndentWidth: 4
@ -6,7 +6,7 @@ AccessModifierOffset: -4
NamespaceIndentation: Inner
BreakBeforeBraces: Allman
AlwaysBreakTemplateDeclarations: false
AlwaysBreakTemplateDeclarations: true
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowShortBlocksOnASingleLine: true