From 4d37f40b30fcaa2fc68220161de4295743ca5b83 Mon Sep 17 00:00:00 2001 From: edef Date: Thu, 16 Apr 2015 04:17:55 -0400 Subject: [PATCH] add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a4b824b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2