Explorar el Código

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

And add explicit file extension to `.stylelintrc`
Alexandre Alapetite hace 4 años
padre
commit
4c7d5c440f
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .editorconfig
  2. 0 0
      .stylelintrc.json

+ 3 - 0
.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

+ 0 - 0
.stylelintrc → .stylelintrc.json