Adjusted the `tab_width` for *.css/*.scss
authorAlexander Ebert <ebert@woltlab.com>
Thu, 9 Sep 2021 11:42:47 +0000 (13:42 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 9 Sep 2021 11:42:47 +0000 (13:42 +0200)
.editorconfig

index 4d7fc03a4e6f24bc5ddd39f1741407c5fa30c888..8eb5230f02bf28d3d7e67eb3bb2ed856958416d7 100644 (file)
@@ -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