SussyCraft/mods/i3/.editorconfig
Kacper Kostka c8420db675 hm
2023-01-08 15:29:39 +01:00

10 lines
154 B
INI

[*]
end_of_line = lf
[*.{lua,txt,md,json}]
charset = utf8
indent_size = 8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true