Add editorconfig to set default indentation to tab + charset to utf-8 + Unix style end of line

This commit is contained in:
MacFJA
2021-09-14 19:38:11 +02:00
parent 7e5ff4446b
commit 676252d37f

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[/src/**{.svelte,.js,.ts,.svx,.html,.json}]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab