1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-10 20:50:22 +02:00

add .editorconfig

this should also help keep consistency throughout this mod
This commit is contained in:
Luke aka SwissalpS 2023-06-21 23:29:38 +02:00
parent efe6d34190
commit 3b228f79aa

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
tab_width = 4
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = false
trim_trailing_whitespace = true