aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/system-clang-format-2
blob: a4e23f8603713eef1450d195cb5ad40ce20f2d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
BasedOnStyle: Google
Standard: Cpp11
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IncludeBlocks: Preserve
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never