1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00

add .editorconfig

This commit is contained in:
2023-12-29 06:15:28 +11:00
parent 47f6b23943
commit 78790991b6

22
.editorconfig Normal file
View 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