forked from KDAB/KDBindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-format
36 lines (30 loc) · 796 Bytes
/
.clang-format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
BasedOnStyle: WebKit
Standard: Cpp11
SortIncludes: false
ColumnLimit: 0
ContinuationIndentWidth: 8
FixNamespaceComments: true
NamespaceIndentation: None
AlignAfterOpenBracket: true
PointerBindsToType: false
SpaceAfterTemplateKeyword: false
AllowShortFunctionsOnASingleLine: Inline
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AlwaysBreakTemplateDeclarations: true
BreakBeforeBinaryOperators: None
SpaceBeforeCpp11BracedList: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
CommentPragmas: '/\*(.+\n.+)+\*/'