linweizeng há 3 anos atrás
pai
commit
ac232b38a7
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 1
      .editorconfig
  2. 1 0
      .gitignore

+ 1 - 1
.editorconfig

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

+ 1 - 0
.gitignore

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