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