summaryrefslogtreecommitdiff
path: root/.clang-format
blob: ede5d7e18bc92c47c8530cce494ebc50dacd4a55 (plain)
1
2
3
4
5
6
7
8
9
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never