Add editor config

pull/7/head
Anthony Catel 2020-10-08 16:48:40 +02:00
rodzic 32895a9e3d
commit 7136435511
1 zmienionych plików z 9 dodań i 0 usunięć

9
.editorconfig 100644
Wyświetl plik

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