Arkadiusz Ryś 2 лет назад
Родитель
Сommit
946f1d3ade
1 измененных файлов с 2 добавлено и 2 удалено
  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]