[skip travis] add .editorconfig

This commit is contained in:
VirtuBox
2019-03-04 17:19:12 +01:00
parent b6eacac49a
commit b8a22621b0

9
.editorconfig Normal file
View File

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