summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 5fbd3304905d08375c85a997cf58d24ebf7b7805 (plain)
1
2
3
4
5
6
7
8
9
10
11
BasedOnStyle: LLVM

---
Language: Cpp

AlwaysBreakTemplateDeclarations: true

# Disable formatting options which may break tests.
SortIncludes: false
ReflowCommends: false
---