Added EditorConfig

This commit is contained in:
2021-04-07 00:45:30 +02:00
parent be0d4d8aeb
commit 9c8e9642fe
5 changed files with 13 additions and 4 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org
# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true