format code (editorconfig and clang-format)
This commit is contained in:
parent
11c0cbbdb0
commit
1e3c68054f
4 changed files with 117 additions and 40 deletions
11
.editorconfig
Normal file
11
.editorconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 3
|
||||
tab_width = 3
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
Loading…
Add table
Add a link
Reference in a new issue