From 35dcb24465ff81408af5f65f5eb5f567829af7b2 Mon Sep 17 00:00:00 2001 From: Chris Snyder Date: Fri, 24 Oct 2014 13:04:32 -0400 Subject: [PATCH] Add editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..6af90e153 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4