xref: /aosp_15_r20/external/cronet/third_party/libc++abi/src/.clang-format (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1BasedOnStyle: LLVM
2
3Language: Cpp
4
5AlwaysBreakTemplateDeclarations: true
6PointerAlignment: Left
7
8# Disable formatting options which may break tests.
9SortIncludes: false
10ReflowComments: false
11
12IndentPPDirectives: AfterHash
13
14# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
15ColumnLimit: 120
16