Add .editorconfig

This commit is contained in:
Oleg Kalachev
2018-06-09 20:26:18 +03:00
parent 2cb17985d4
commit fd262fdb6a

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{py,cpp,h,swift,launch}]
indent_style = space
indent_size = 4
[*.{js,html}]
indent_style = tab