Remove stray .editorconfig in src/tests

This commit is contained in:
Sirz Benjie 2025-02-02 20:59:36 -06:00
parent a916ca591c
commit f5913f013b
No known key found for this signature in database
GPG Key ID: D4BFA840253CD6D7
2 changed files with 2 additions and 14 deletions

View File

@ -3,10 +3,10 @@
# top-most EditorConfig file # top-most EditorConfig file
root = true root = true
[*.ts] [src/*.{js,ts}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = false insert_final_newline = true

View File

@ -1,12 +0,0 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.{js,ts}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false