Add EditorConfig.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-09-22 04:03:07 +02:00
parent acbd2839bd
commit 3efa464b61
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# Configuration file for EditorConfig.
# More information is available under <https://editorconfig.org/>.
root = true
[*]
indent_style = tab
indent_size = tab
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true