2014-07-24 08:26:04 +08:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
2015-03-11 07:22:25 +08:00
|
|
|
ColumnLimit: 120
|
2014-07-24 08:26:04 +08:00
|
|
|
BreakBeforeBraces: Allman
|
2015-12-29 06:09:29 +08:00
|
|
|
AlwaysBreakAfterReturnType: All
|
2014-08-14 04:08:28 +08:00
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2015-11-03 03:30:40 +08:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2014-08-15 00:29:15 +08:00
|
|
|
IndentCaseLabels: true
|
2015-12-17 17:19:36 +08:00
|
|
|
AccessModifierOffset: -4
|