darling-libcxx/.clang-format
2016-12-09 03:17:25 +00:00

12 lines
176 B
YAML

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