Add comment for SelectionDAGBuilder::SL field.
[llvm-project.git] / libcxxabi / .clang-format
blob2d1d3bee68f58928f70f33a3b8c93f6b5021f12e
1 BasedOnStyle: LLVM
3 ---
4 Language: Cpp
6 AlwaysBreakTemplateDeclarations: true
7 PointerAlignment: Left
9 # Disable formatting options which may break tests.
10 SortIncludes: false
11 ReflowComments: false
12 ---