Explorar o código

Fix editor config

Arkadiusz Ryś %!s(int64=2) %!d(string=hai) anos
pai
achega
946f1d3ade
Modificáronse 1 ficheiros con 2 adicións e 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, svg}]
+[*.{css,html,yml,yaml,js,xml,svg}]
 indent_size = 2
 
-[{*.log, LICENSE}]
+[{*.log,LICENSE}]
 insert_final_newline = false
 
 [*.rst]