]> git.ipfire.org Git - thirdparty/pdns.git/blob - .clang-format
Revert "gh actions: wo issue 9491 - actions/runner-images"
[thirdparty/pdns.git] / .clang-format
1 ---
2 Language: Cpp
3 BasedOnStyle: WebKit
4 AccessModifierOffset: -2
5 ConstructorInitializerIndentWidth: 2
6 ContinuationIndentWidth: 2
7 IndentWidth: 2
8 ObjCBlockIndentWidth: 2
9 AlignAfterOpenBracket: Align
10
11 SortIncludes: false
12
13 SpaceBeforeCpp11BracedList: false
14 Cpp11BracedListStyle: true
15
16 BreakBeforeBraces: Custom
17 BraceWrapping:
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
28 SplitEmptyFunction: false
29
30 AllowAllParametersOfDeclarationOnNextLine: true
31 BreakConstructorInitializers: AfterColon
32 ConstructorInitializerAllOnOneLineOrOnePerLine: true
33 SpaceInEmptyBlock: false