From f8a81373fe5aa0d0265fed652b0374b31d9d499f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 31 May 2015 13:06:42 +0100 Subject: [PATCH] build(.editorconfig): fix editorconfig --- .editorconfig | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.editorconfig b/.editorconfig index 563987c..77a9976 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,15 @@ [*.js] -indent_style = space; -indent_size = 2; -continuation_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; -curly_bracket_next_line = true; -indent_brace_style = 1TBS; -end_of_line = lf; -charset = utf-8; +indent_style = space +indent_size = 2 +continuation_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 +curly_bracket_next_line = true +indent_brace_style = 1TBS +end_of_line = lf +charset = utf-8