浏览代码

update editor config

MaysWind 6 年之前
父节点
当前提交
2df22fdf9f
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .editorconfig

+ 4 - 1
.editorconfig

@@ -17,6 +17,9 @@ charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 
-[{package}.json]
+[*.md]
+trim_trailing_whitespace = false
+
+[package.json]
 indent_style = space
 indent_size = 2