Compare commits
2 commits
master
...
wip-clang-
Author | SHA1 | Date | |
---|---|---|---|
|
68d83e43d7 | ||
|
d5d379fe2a |
2 changed files with 25 additions and 0 deletions
11
.clang-format
Normal file
11
.clang-format
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
BasedOnStyle: WebKit
|
||||||
|
IndentWidth: 4
|
||||||
|
ColumnLimit: 80
|
||||||
|
---
|
||||||
|
Language: Cpp
|
||||||
|
PointerAlignment: Middle
|
||||||
|
IndentCaseLabels: true
|
||||||
|
BinPackArguments: true
|
||||||
|
SpaceAfterCStyleCast: true
|
||||||
|
---
|
14
.editorconfig
Normal file
14
.editorconfig
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.{c,cpp,h,hh,py,ts,js,java,m}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
Loading…
Reference in a new issue