summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 65447dc07d017f9d68a61b055766e803a428c7a6 (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
NamespaceIndentation: None