workflow: add .editorconfig (#719)

This commit is contained in:
Alexander Sokolov
2018-08-12 03:00:57 +08:00
committed by ULIVZ
parent 0bc2b51e03
commit b2bad790c9
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true