Add .editorconfig

master
rubenwardy 2019-12-19 21:45:56 +00:00
parent c8e7ccc64c
commit a975d2afc5
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true