Add a .clang-format
This commit is contained in:
parent
a1b80f643f
commit
ecaea301a3
1 changed files with 9 additions and 0 deletions
9
.clang-format
Normal file
9
.clang-format
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
IndentWidth: '4'
|
||||||
|
Language: Cpp
|
||||||
|
NamespaceIndentation: All
|
||||||
|
PointerAlignment: Left
|
||||||
|
TabWidth: '0'
|
||||||
|
UseTab: Never
|
||||||
|
|
||||||
|
...
|
Reference in a new issue