Play-/.clang-format

16 lines
379 B
Text
Raw Permalink Normal View History

2018-04-30 14:51:58 -04:00
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: true
2017-12-21 18:33:43 -05:00
BreakBeforeBraces: Allman
2018-04-30 14:51:58 -04:00
BreakConstructorInitializers: BeforeComma
2017-12-21 18:33:43 -05:00
ColumnLimit: 0
2018-04-30 14:51:58 -04:00
FixNamespaceComments: false
IndentWidth: 4
NamespaceIndentation: All
2017-12-21 18:33:43 -05:00
PointerBindsToType: true
2018-04-30 14:51:58 -04:00
SortIncludes: false
SpaceBeforeParens: Never
Standard: Cpp11
TabWidth: 4
UseTab: ForIndentation