From c668804912c468f4f6b5450aa9b31130cf9670fc Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 26 Feb 2014 19:56:47 +0100 Subject: [PATCH] Added a EditorConfig file. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..eac453c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +indent_style = spaces +trim_trailing_whitespace = true + +[*.{y,rb,rl}] +indent_size = 2