Explorar el Código

Fix editor config

Arkadiusz Ryś hace 2 años
padre
commit
e5ab1f011b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .editorconfig

+ 2 - 2
.editorconfig

@@ -8,10 +8,10 @@ indent_style = space
 insert_final_newline = true
 trim_trailing_whitespace = true
 
-[*.{css, html, yml, yaml, js, xml}]
+[*.{css,html,yml,yaml,js,xml}]
 indent_size = 2
 
-[{*.log, LICENSE}]
+[{*.log,LICENSE}]
 insert_final_newline = false
 
 [*.rst]