Merge branch 'lukas-editorconfig' into 'dev'

EditorConfig file!!

See merge request crafty-controller/crafty-commander!161
This commit is contained in:
Lukas ‎‎‎‎ 2022-02-08 00:13:28 +00:00
commit 6a766331bf

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# https://editorconfig.org
root = true
[*.{js,py,html}]
charset = utf-8
insert_final_newline = true
# end_of_line = lf
[*.py]
indent_style = space
indent_size = 4
[*.{js,html}]
indent_style = space
indent_size = 2