chore(style): add editorconfig & vscode ignoer for vscode user

This commit is contained in:
kanno
2022-04-06 21:07:51 +08:00
parent 586ce920b2
commit 678699fc62
2 changed files with 4 additions and 0 deletions

3
.editorconfig Normal file
View File

@@ -0,0 +1,3 @@
[*]
indent_style = tab
indent_size = 2

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
/.idea/ /.idea/
.vscode
/vendor/ /vendor/
/go.sum /go.sum
*.DS_Store *.DS_Store