Add .editorconfig file (#777)

This commit is contained in:
ζeh Matt 2021-02-20 20:51:53 +02:00 committed by GitHub
parent 596804a75a
commit 7042e9a6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
[*.txt]
trim_trailing_whitespace = false