summaryrefslogtreecommitdiff
path: root/.clang-format
blob: b708c8117c6b3f3919de041ad43d50f4aa55e528 (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
ReflowComments: false
---