From eff15bd179d06c26a8309f6b059f0ce873937e5d Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Tue, 12 Jan 2016 13:12:27 -0500 Subject: [PATCH] editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b26d7c9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 +tab_width = 4 +trim_trailing_whitespace = true + +[*.{py,go}] +indent_size = 4