From a44e389b10559ee94d2728c7c612887a7c0f90bc Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Sun, 27 May 2018 22:48:15 +0530 Subject: [PATCH] editoconfig: add go rules --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2c3bac0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.go] +indent_style = tab