From b9be663bc43bd54f2c5a6684a027435700f00e6d Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Fri, 28 Sep 2018 18:05:06 +0800 Subject: [PATCH] Added editorconfig for tab spacing. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..aa9e92bb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.go] +indent_style=tab