]> git.ipfire.org Git - thirdparty/pdns.git/blame - .clang-format
Correct doc for ecs-add-for default
[thirdparty/pdns.git] / .clang-format
CommitLineData
6c6e4209
OM
1---
2Language: Cpp
3BasedOnStyle: WebKit
4AccessModifierOffset: -2
5ConstructorInitializerIndentWidth: 2
6ContinuationIndentWidth: 2
7IndentWidth: 2
8ObjCBlockIndentWidth: 2
9
10SortIncludes: false
78d50070
OM
11
12SpaceBeforeCpp11BracedList: false
13Cpp11BracedListStyle: true
14
15BreakBeforeBraces: Custom
16BraceWrapping:
17 AfterClass: true
18 AfterControlStatement: false
19 AfterEnum: true
20 AfterExternBlock: true
21 AfterFunction: true
22 AfterNamespace: true
23 AfterStruct: true
24 AfterUnion: true
25 BeforeCatch: true
26 BeforeElse: true
27
28AllowAllParametersOfDeclarationOnNextLine: true
29BreakConstructorInitializers: AfterColon
30ConstructorInitializerAllOnOneLineOrOnePerLine: true