From 60616291dea6a40b5167863d1bada3e7e7c06d8c Mon Sep 17 00:00:00 2001 From: Cody Stoltman Date: Fri, 4 Apr 2014 17:08:38 -0500 Subject: [PATCH] add editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0f09989 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true