From 75be4f5f612f3a2cbfe66bbf1e43526404529b53 Mon Sep 17 00:00:00 2001 From: marius92mc Date: Sun, 1 Oct 2017 20:51:33 +0300 Subject: [PATCH] Add .editorconfig and set indent_size to 4 --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ae72bae0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# See http://editorconfig.org + +# In Go files we indent with tabs but still +# set indent_size to control the GitHub web viewer. +[*.go] +indent_size=4 +