allwinner_a64/android/external/libcxx/.clang-format
2018-08-08 16:14:42 +08:00

12 lines
199 B
YAML

BasedOnStyle: LLVM
---
Language: Cpp
AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
---