From d78c4c51798b2bfef289009506cd34cfe86845ca Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 6 Apr 2024 16:36:17 -0700 Subject: [PATCH] update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e32c8029..2ff985a6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,5 @@ end_of_line = lf charset = utf-8 max_line_length = 88 -[*.{yml,yaml,json,js,css,html}] +[*.{css,html,js,json,jsx,scss,ts,tsx,yaml,yml}] indent_size = 2