Arkadiusz Ryś před 2 roky
rodič
revize
313027a2d6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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]