teuthida/.editorconfig
Christoph Heiss 0ca5b8c12e
Initial commit
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
2022-03-25 14:22:53 +01:00

10 lines
147 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true