From: Alexander Ebert Date: Thu, 9 Sep 2021 11:35:31 +0000 (+0200) Subject: Explicitly reduce the indent size of *.css/*.scss X-Git-Tag: 5.4.8_dev_1~30 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dd9645b2170fef5775173487e837dae7e17ebcd5;p=GitHub%2FWoltLab%2FWCF.git Explicitly reduce the indent size of *.css/*.scss --- 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