1
0

add .editorconfig

This commit is contained in:
2023-10-02 23:10:20 +02:00
parent a8f95f1c6d
commit cc66bd9c47

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
[src/**/*.ts]
charset = utf-8
indent_style = space
indent_size = 4