Pig | 5038580 | 2020-09-19 06:29:17 +0800 | [diff] [blame] | 1 | --- |
2 | Language: Cpp | ||||
3 | BasedOnStyle: Google | ||||
4 | Standard : C++11 | ||||
5 | AllowShortIfStatementsOnASingleLine: false | ||||
6 | AllowShortLoopsOnASingleLine: false | ||||
7 | AllowShortFunctionsOnASingleLine: Inline | ||||
8 | AllowShortBlocksOnASingleLine: false | ||||
9 | ColumnLimit: 100 | ||||
10 | ConstructorInitializerAllOnOneLineOrOnePerLine: true | ||||
11 | ConstructorInitializerIndentWidth: 4 | ||||
12 | DerivePointerAlignment: false | ||||
13 | PointerAlignment: Right | ||||
14 | #ReflowComments: false |