Play-/.clang-format

13 lines
298 B
Plaintext
Raw Normal View History

2017-12-21 23:33:43 +00:00
Standard: Cpp11
BreakBeforeBraces: Allman
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
ColumnLimit: 0
SpaceBeforeParens: Never
PointerBindsToType: true
AccessModifierOffset: -4
AlignConsecutiveDeclarations: true
BreakConstructorInitializers: BeforeComma
AllowShortFunctionsOnASingleLine: None