From b58c9db74a5291e1cbb296efc90067909053ef6e Mon Sep 17 00:00:00 2001 From: SPGWhistler Date: Tue, 2 May 2017 15:00:19 -0400 Subject: [PATCH] Added an editorconfig file to match jshint and jssrc files. (#1147) --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..3127d1c03a9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.js] +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true