.clang-format 292 Bytes
Newer Older
Dan Albert's avatar
Dan Albert committed
1 2 3 4
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false

5
ColumnLimit: 100
Dan Albert's avatar
Dan Albert committed
6 7 8 9 10 11 12
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
PenaltyExcessCharacter: 32
Josh Gao's avatar
Josh Gao committed
13 14

Cpp11BracedListStyle: false