From 678699fc6268962a8d2cc6f8918a9780529efaf2 Mon Sep 17 00:00:00 2001 From: kanno <812137533@qq.com> Date: Wed, 6 Apr 2022 21:07:51 +0800 Subject: [PATCH] chore(style): add editorconfig & vscode ignoer for vscode user --- .editorconfig | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..1fdf6b65 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = tab +indent_size = 2 diff --git a/.gitignore b/.gitignore index 07eb55e9..e7fa979a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ # Dependency directories (remove the comment below to include it) # vendor/ /.idea/ +.vscode /vendor/ /go.sum *.DS_Store