mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-04 12:47:42 +08:00
21 lines
558 B
YAML
21 lines
558 B
YAML
---
|
|
BasedOnStyle: Google
|
|
BreakBeforeBraces: Allman
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
UseTab: Never
|
|
ColumnLimit: 128
|
|
SortIncludes: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
ExperimentalAutoDetectBinPacking: false
|
|
BreakConstructorInitializersBeforeComma: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
AccessModifierOffset: -2
|
|
...
|