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

And add explicit file extension to `.stylelintrc`
pull/3917/head
Alexandre Alapetite 3 years ago committed by GitHub
parent 76f722f5fe
commit 4c7d5c440f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .editorconfig
  2. 0
      .stylelintrc.json

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

Loading…
Cancel
Save