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

AccessModifierOffset: -4
AlignOperands: false
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ConstructorInitializerIndentWidth: 6
ContinuationIndentWidth: 8
IndentWidth: 4
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1#