summaryrefslogtreecommitdiff
path: root/libperfmgr/.clang-format
blob: 181b743dd114ab9062d6fda51ed82c959e58c48e (plain)
1
2
3
4
5
6
7
8
9
10
11
BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 80
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32