[skip travis] add .editorconfig

This commit is contained in:
VirtuBox
2019-03-04 17:19:12 +01:00
parent 8a3a223423
commit 4f0c34bcf1

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