1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-11 05:10:22 +02:00
pipeworks/.editorconfig
Luke aka SwissalpS 3b228f79aa add .editorconfig
this should also help keep consistency throughout this mod
2023-06-21 23:29:38 +02:00

10 lines
144 B
INI

root = true
[*]
tab_width = 4
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = false
trim_trailing_whitespace = true