Browse Source

Fix editor config

Arkadiusz Ryś 2 years ago
parent
commit
946f1d3ade
1 changed files with 2 additions and 2 deletions
  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]