Add .clang-format file (!465)
This commit is contained in:
parent
0a634a4932
commit
4553bd705a
1 changed files with 9 additions and 0 deletions
9
.clang-format
Normal file
9
.clang-format
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# C and C++ code
|
||||
Language: Cpp
|
||||
BasedOnStyle: WebKit
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Right
|
||||
TabWidth: 4
|
||||
UseTab: Always
|
||||
...
|
Loading…
Reference in a new issue