Files
ecoplanet/.editorconfig
Florian Schroedl 803c53b8b7 Init
2024-01-23 18:00:52 +01:00

16 lines
226 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{diff,md}]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab