projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9645b
)
Adjusted the `tab_width` for *.css/*.scss
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 9 Sep 2021 11:42:47 +0000
(13:42 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 9 Sep 2021 11:42:47 +0000
(13:42 +0200)
.editorconfig
patch
|
blob
|
blame
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 4d7fc03a4e6f24bc5ddd39f1741407c5fa30c888..8eb5230f02bf28d3d7e67eb3bb2ed856958416d7 100644
(file)
--- 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