Added editorconfig [skip ci] (#141)

This commit is contained in:
David
2022-10-25 01:10:16 +02:00
committed by GitHub
parent 81fd11ee62
commit d2d405c3e5
3 changed files with 25 additions and 9 deletions

13
.editorconfig Normal file
View File

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