dyld-832.7.1.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