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