From 41125ff1f8c30e024f7a97b6fef6ba5578e09c7f Mon Sep 17 00:00:00 2001 From: Yongwei Xing Date: Fri, 26 Feb 2021 11:58:48 +0800 Subject: [PATCH] Update gitignore file and add editorconfig file --- .editorconfig | 7 +++++++ .gitignore | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..57fdf12 --- /dev/null +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 66fd13c..1a63113 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +.idea +.vscode \ No newline at end of file