Play-/.clang-format
Jean-Philip Desjardins 319c50f765 Update clang-format.
2018-04-30 14:51:58 -04:00

16 lines
379 B
YAML

AccessModifierOffset: -4
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