From 25f04617f2fde4fbdef02a8147c3375b3b0ae564 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 12 Jul 2018 17:30:17 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..8f166651e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.go] +ident_style = space + +# Tab indentation (no size specified) +[Makefile] +indent_style = tab