project: add clang-format
This commit is contained in:
parent
853ebeb6f3
commit
6a1f55d420
1 changed files with 10 additions and 0 deletions
10
.clang-format
Normal file
10
.clang-format
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# vim: ft=yaml
|
||||
---
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
---
|
||||
Language: Cpp
|
||||
# Force pointers to the type for C++.
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue