marvin/.editorconfig
Robert Nasarek 5ada72873f first commit
2022-08-25 13:30:44 +02:00

14 lines
210 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false