diff options
| -rw-r--r-- | .editorconfig | 3 | ||||
| -rw-r--r-- | .stylelintrc.json (renamed from .stylelintrc) | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 7e376db74..7a025cfcd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.{css,scss}] +indent_style = tab + [*.{html,php,phtml}] indent_size = 4 indent_style = tab diff --git a/.stylelintrc b/.stylelintrc.json index b14138d3a..b14138d3a 100644 --- a/.stylelintrc +++ b/.stylelintrc.json |
