summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 548df8d0dcf79a8e01b390d4d39498b9f98c9ba8 (plain)
1
2
3
4
5
6
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
SortIncludes: false
...