From 4e5fb26be1a1db3ed61ae2f8d540d25d0aad6fab Mon Sep 17 00:00:00 2001 From: Kyle Affolder Date: Mon, 17 Feb 2025 12:53:29 -0500 Subject: [PATCH] add: CSS rule in EditorConfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 26b8450..be9d0bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,6 +33,11 @@ trim_trailing_whitespace = false indent_style = space indent_size = 2 +# CSS & PostCSS files +[*.{css,postcss}] +indent_style = space +indent_size = 2 + # Markdown files [*.md] indent_style = space