From 8c44e222e0a26f8cc1c1996492b9c325fb2910be Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Fri, 23 Feb 2024 17:47:51 -0500 Subject: [PATCH] update: Editor settings for CSS --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6662edd..e981098 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{ym,yml,yaml,js,json,scss}] +[*.{ym,yml,yaml,js,json,scss,css}] indent_style = space indent_size = 2