diff --git a/.editorconfig b/.editorconfig index 62139e0f..512137b6 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