Add .editorconfig
This commit is contained in:
parent
ca0cdfc52d
commit
05c84a4edf
15
.editorconfig
Normal file
15
.editorconfig
Normal file
@ -0,0 +1,15 @@
|
||||
# Top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
# Unix-style newlines
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
|
||||
[{*.cmake,CMakeLists.txt,*.yml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.{h,hpp,c,cpp}]
|
||||
indent_size = 4
|
||||
Loading…
Reference in New Issue
Block a user