Limnoria/.editorconfig

9 lines
132 B
INI
Raw Normal View History

2023-09-29 12:33:01 +02:00
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = false
insert_final_newline = true
charset = utf-8
indent_style = space