]> git.ipfire.org Git - thirdparty/pdns.git/blame - .clang-format
Merge pull request #14078 from rgacogne/ddist-harvest-quic
[thirdparty/pdns.git] / .clang-format
CommitLineData
6c6e4209
OM
1---
2Language: Cpp
3BasedOnStyle: WebKit
4AccessModifierOffset: -2
5ConstructorInitializerIndentWidth: 2
6ContinuationIndentWidth: 2
7IndentWidth: 2
8ObjCBlockIndentWidth: 2
7ca490f0 9AlignAfterOpenBracket: Align
6c6e4209
OM
10
11SortIncludes: false
78d50070
OM
12
13SpaceBeforeCpp11BracedList: false
14Cpp11BracedListStyle: true
15
16BreakBeforeBraces: Custom
17BraceWrapping:
18 AfterClass: true
19 AfterControlStatement: false
20 AfterEnum: true
21 AfterExternBlock: true
22 AfterFunction: true
23 AfterNamespace: true
24 AfterStruct: true
25 AfterUnion: true
26 BeforeCatch: true
27 BeforeElse: true
ac28c776 28 SplitEmptyFunction: false
78d50070
OM
29
30AllowAllParametersOfDeclarationOnNextLine: true
31BreakConstructorInitializers: AfterColon
32ConstructorInitializerAllOnOneLineOrOnePerLine: true
ac28c776 33SpaceInEmptyBlock: false