From f5913f013bcea9c1dc539806614ec9fc0c6f2da5 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:59:36 -0600 Subject: [PATCH] Remove stray .editorconfig in src/tests --- .editorconfig | 4 ++-- src/test/.editorconfig | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 src/test/.editorconfig diff --git a/.editorconfig b/.editorconfig index 37b87c4c885..be478a2b5fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,10 +3,10 @@ # top-most EditorConfig file root = true -[*.ts] +[src/*.{js,ts}] indent_style = space indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = false \ No newline at end of file +insert_final_newline = true diff --git a/src/test/.editorconfig b/src/test/.editorconfig deleted file mode 100644 index 7b9d5721aee..00000000000 --- a/src/test/.editorconfig +++ /dev/null @@ -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