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