summaryrefslogtreecommitdiff
path: root/.clang-format
blob: c407d161e3f673b3d671e85cc4212388de5b13a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
BasedOnStyle: WebKit
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
ColumnLimit: 0
IndentWidth: 4
SortIncludes: false
MaxEmptyLinesToKeep: 2
IndentCaseLabels: true
AlignConsecutiveMacros: true
---