linweizeng 3 年之前
父節點
當前提交
ac232b38a7
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      .editorconfig
  2. 1 0
      .gitignore

+ 1 - 1
.editorconfig

@@ -1,6 +1,6 @@
 [*.{js,jsx,ts,tsx,vue}]
 charset = utf-8
 indent_style = space
-indent_size = 2
+indent_size = 4
 trim_trailing_whitespace = true
 insert_final_newline = true

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 dist/
 node_modules/
 *.git
+.history