blob: 26ce4fe4ae917eafe2f7d0c56c73c360c85c9c38 [file] [log] [blame]
Pig50385802020-09-19 06:29:17 +08001---
2Language: Cpp
3BasedOnStyle: Google
4Standard : C++11
5AllowShortIfStatementsOnASingleLine: false
6AllowShortLoopsOnASingleLine: false
7AllowShortFunctionsOnASingleLine: Inline
8AllowShortBlocksOnASingleLine: false
9ColumnLimit: 100
10ConstructorInitializerAllOnOneLineOrOnePerLine: true
11ConstructorInitializerIndentWidth: 4
12DerivePointerAlignment: false
13PointerAlignment: Right
14#ReflowComments: false