Add generic editor configuration

See http://editorconfig.org
This commit is contained in:
Sandro Santilli 2016-04-11 09:58:15 +02:00
parent f04de1ba97
commit ebbae38c95

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# See http://editorconfig.org
# top-most EditorConfig file
root = true
# every file needs these
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space