mirror of
https://github.com/ScrelliCopter/VGM-Tools
synced 2025-02-21 04:09:25 +11:00
add .editorconfig
This commit is contained in:
22
.editorconfig
Normal file
22
.editorconfig
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
tab_width = 4
|
||||||
|
|
||||||
|
[{CMakeLists.txt,*.cmake}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = tab
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
|
[*.{c,cc,cpp,h,hpp,hh,m,mm}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = tab
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = tab
|
||||||
|
max_line_length = 120
|
||||||
Reference in New Issue
Block a user