From 84f87680d82c9a4a2a3e4ca7f8b551dbb5873b7d Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Wed, 14 Dec 2016 17:07:47 -0500 Subject: [PATCH] Add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..557990c52 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{php,js,html,css}] +charset = utf-8 +indent_style = space +indent_size = 4