From 27491031ba497dfd32313d0fa4b64bf6f917620c Mon Sep 17 00:00:00 2001 From: James Cracknell Date: Fri, 13 Mar 2015 21:20:08 -0600 Subject: [PATCH] Added .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..75ba9dacb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab + +[*.yml] +indent_style = space +indent_size = 2