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