From 29c108d5a5cbb672d1737159c44a415fd0ddb674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Mon, 19 Jan 2015 11:38:05 +0000 Subject: [PATCH] chore(.editorconfig): add editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4c1b2fc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +[*.js] +indent_style = space; +indent_size = 2; +insert_final_newline = true; +quote_type = single; +space_after_anonymous_functions = true; +space_after_control_statements = true; +spaces_around_operators = true; +trim_trailing_whitespace = true; +spaces_in_brackets = false; +end_of_line = lf;