summaryrefslogtreecommitdiff
path: root/.clang-format
blob: f1debbd461f8a1756a5a0d9b5a5f0433f366aa93 (plain)
1
2
3
4
5
6
7
8
BasedOnStyle: Google
AlignConsecutiveAssignments: true
AlignEscapedNewlines: Right
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ContinuationIndentWidth: 2
Cpp11BracedListStyle: false
TabWidth: 2