Update clang-format.

This commit is contained in:
Jean-Philip Desjardins 2018-04-30 14:51:58 -04:00
parent 5ff57edcb4
commit 319c50f765

View File

@ -1,12 +1,15 @@
Standard: Cpp11
BreakBeforeBraces: Allman
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
ColumnLimit: 0
SpaceBeforeParens: Never
PointerBindsToType: true
AccessModifierOffset: -4
AlignConsecutiveDeclarations: true
BreakConstructorInitializers: BeforeComma
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: true
BreakBeforeBraces: Allman
BreakConstructorInitializers: BeforeComma
ColumnLimit: 0
FixNamespaceComments: false
IndentWidth: 4
NamespaceIndentation: All
PointerBindsToType: true
SortIncludes: false
SpaceBeforeParens: Never
Standard: Cpp11
TabWidth: 4
UseTab: ForIndentation