From 08ee02d2529f91268bd23ff134121cd43d2720fb Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 9 Sep 2021 13:42:47 +0200 Subject: [PATCH] Adjusted the `tab_width` for *.css/*.scss --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4d7fc03a4e..8eb5230f02 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,6 +18,7 @@ ij_wrap_on_typing = false [*.css] indent_size = 4 +tab_width = 4 ij_continuation_indent_size = 4 ij_css_align_closing_brace_with_properties = false ij_css_blank_lines_around_nested_selector = 1 @@ -39,6 +40,7 @@ ij_css_value_alignment = do_not_align [*.scss] indent_size = 4 +tab_width = 4 ij_continuation_indent_size = 4 ij_scss_align_closing_brace_with_properties = false ij_scss_blank_lines_around_nested_selector = 1 -- 2.20.1