瀏覽代碼

Fix editor config

Arkadiusz Ryś 2 年之前
父節點
當前提交
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]