Play-/.clang-format
2017-12-22 14:06:22 -05:00

13 lines
298 B
YAML

Standard: Cpp11
BreakBeforeBraces: Allman
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
ColumnLimit: 0
SpaceBeforeParens: Never
PointerBindsToType: true
AccessModifierOffset: -4
AlignConsecutiveDeclarations: true
BreakConstructorInitializers: BeforeComma
AllowShortFunctionsOnASingleLine: None