summaryrefslogtreecommitdiff
path: root/.clang-format
blob: d2314f72ac2116ff667b2642feb054dd9bb74717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
Language: Cpp
BasedOnStyle: WebKit
SpaceAfterTemplateKeyword: false
AlignEscapedNewlines: true
AlignTrailingComments: true
BreakBeforeInheritanceComma: true
BreakConstructorInitializers: BeforeComma
IndentPPDirectives: AfterHash
BreakBeforeBraces: Custom
BraceWrapping:
    AfterFunction: true
    AfterEnum: true