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

IndentWidth: 4
TabWidth: 4
UseTab: Never

---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Left
ReferenceAlignment: Left