summaryrefslogtreecommitdiff
path: root/.clang-format
blob: a3a8e6546bba258a2d173cb071b8162518253d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
BasedOnStyle: Google

AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PenaltyExcessCharacter: 32
PointerAlignment: Right
TabWidth: 2
UseTab: Never