]> git.saurik.com Git - apple/dyld.git/blob - .clang-format
dyld-732.8.tar.gz
[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