From dd9645b2170fef5775173487e837dae7e17ebcd5 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 9 Sep 2021 13:35:31 +0200 Subject: [PATCH] Explicitly reduce the indent size of *.css/*.scss --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index cb62e62cac..4d7fc03a4e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,8 @@ ij_smart_tabs = true ij_wrap_on_typing = false [*.css] +indent_size = 4 +ij_continuation_indent_size = 4 ij_css_align_closing_brace_with_properties = false ij_css_blank_lines_around_nested_selector = 1 ij_css_blank_lines_between_blocks = 1 @@ -36,6 +38,8 @@ ij_css_use_double_quotes = true ij_css_value_alignment = do_not_align [*.scss] +indent_size = 4 +ij_continuation_indent_size = 4 ij_scss_align_closing_brace_with_properties = false ij_scss_blank_lines_around_nested_selector = 1 ij_scss_blank_lines_between_blocks = 1 -- 2.20.1