]> git.saurik.com Git - apple/dyld.git/blob - .clang-format
1d7b0fd391bcba8242cde7c7f104d23c343d657a
[apple/dyld.git] / .clang-format
1 Language: Cpp
2 BasedOnStyle: WebKit
3
4 AlignConsecutiveDeclarations: true
5 AlignOperands: false
6 AlignTrailingComments: true
7 IndentWidth: 4
8
9 Standard: Cpp11
10
11 UseTab: Never
12
13 SortIncludes: false