1
0

update editorconfig

This commit is contained in:
2024-02-22 22:49:01 +01:00
parent 196f63a8d7
commit 3f62636645

View File

@@ -4,7 +4,12 @@ root = true
end_of_line = lf end_of_line = lf
insert_final_newline = false insert_final_newline = false
[src/**/*.ts] [{src,tests}/*.ts]
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[{src,tests}/**/*.ts]
charset = utf-8
indent_style = space
indent_size = 4