Update gitignore file and add editorconfig file

This commit is contained in:
Yongwei Xing 2021-02-26 11:58:48 +08:00
parent 598e8ba14f
commit 41125ff1f8
2 changed files with 10 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false

3
.gitignore vendored
View File

@ -13,3 +13,6 @@
# Dependency directories (remove the comment below to include it)
# vendor/
.idea
.vscode