summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 1a3fe518fb05fdf5d21a4e4dc0296e3c516f9e9f (plain)
1
2
3
4
5
6
7
8
9
BasedOnStyle: LLVM
PointerAlignment: Left
IndentCaseLabels: true
ContinuationIndentWidth: 2
ConstructorInitializerIndentWidth: 2
SpaceAfterTemplateKeyword: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortBlocksOnASingleLine: true