xref: /aosp_15_r20/external/libcxx/.clang-format (revision 58b9f456b02922dfdb1fad8a988d5fd8765ecb80)
1BasedOnStyle: LLVM
2
3---
4Language: Cpp
5Standard: Cpp03
6
7AlwaysBreakTemplateDeclarations: true
8PointerAlignment: Left
9
10# Disable formatting options which may break tests.
11SortIncludes: false
12ReflowComments: false
13---
14