feat: add editor config

This commit is contained in:
Sergey Krylov 2024-04-04 06:09:59 +03:00
parent a2deb22111
commit 6a6f8aeb74

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2