]> git.ipfire.org Git - thirdparty/pdns.git/blob - .clang-format
clang-format file proposal
[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
10 SortIncludes: false