From 55f60c3f8385711fb3c09c45e9c7cf6a983fe25e Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Tue, 23 Oct 2018 19:20:09 +0800 Subject: [PATCH] Added editorconfig support to force tabs. --- .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