Alexander Schwartz 10ac00d5ef
Adding an .editorconfig file to avoid markdown file to not have a final newline. (#551)
Also blanks at the end of a line should be removed.
2021-09-15 15:05:43 +02:00

7 lines
93 B
INI

root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true