]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - .clang-format
Vendor import of libc++ trunk r300422:
[FreeBSD/FreeBSD.git] / .clang-format
1 BasedOnStyle: LLVM
2
3 ---
4 Language: Cpp
5 Standard: Cpp03
6
7 AlwaysBreakTemplateDeclarations: true
8 PointerAlignment: Left
9
10 # Disable formatting options which may break tests.
11 SortIncludes: false
12 ReflowComments: false
13 ---