aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 74049cfe34624e95d53522bea66bdad4be56e077 (plain)
1
2
3
4
5
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
...