From 6936062f707ca690905a35eabfb493a3142e36c3 Mon Sep 17 00:00:00 2001 From: Sorawit Suriyakarn Date: Wed, 29 Apr 2020 16:31:51 +0700 Subject: [PATCH] Add editorconfig file --- chain/.editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 chain/.editorconfig diff --git a/chain/.editorconfig b/chain/.editorconfig new file mode 100644 index 0000000000..1958b79049 --- /dev/null +++ b/chain/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*.{go}] +charset = utf-8 +indent_style = tab +indent_size = 4