[MC] Parse SHF_LINK_ORDER argument before section group name (#77407)
[llvm-project.git] / libcxxabi / .clang-format
blobb4f56c0de9819e828bec272dfe804ddb5dceb32f
1 BasedOnStyle: LLVM
3 Language: Cpp
5 AlwaysBreakTemplateDeclarations: true
6 PointerAlignment: Left
8 # Disable formatting options which may break tests.
9 SortIncludes: false
10 ReflowComments: false
12 IndentPPDirectives: AfterHash
14 # libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
15 ColumnLimit: 120