linweizeng před 3 roky
rodič
revize
ac232b38a7
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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