From 08043ba3e139ebf99956401d9f3a43107c88b6c7 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 25 Jan 2024 16:14:04 +0100 Subject: [PATCH 1/2] chore: apply editorconfig to code only --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 62139e0f0..ee2f193b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ root = true -[*] +[*.{js,ts,sh}] end_of_line = lf indent_style = tab insert_final_newline = false From 54a773ce435f93f140b18440aa134517cdeb5f95 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 25 Jan 2024 16:14:32 +0100 Subject: [PATCH 2/2] Update file extensions in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ee2f193b7..512137b6e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ root = true -[*.{js,ts,sh}] +[*.{json,js,ts,sh}] end_of_line = lf indent_style = tab insert_final_newline = false