Align .editorconfig with .stylelintrc for CSS files (#3912)

And add explicit file extension to `.stylelintrc`
This commit is contained in:
Alexandre Alapetite 2021-10-21 16:53:16 +02:00 committed by GitHub
parent 76f722f5fe
commit 4c7d5c440f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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