add .editorconfig; remove trailing whitespace

add myself to license.txt
This commit is contained in:
Michael Schnerring
2020-09-08 16:00:05 +02:00
parent f07f20a864
commit 0b36a8658a
3 changed files with 37 additions and 25 deletions
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false