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.
This commit is contained in:
Alexander Schwartz 2021-09-15 15:05:43 +02:00 committed by GitHub
parent 1f9a58308d
commit 10ac00d5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true