瀏覽代碼

build(.editorconfig): fix editorconfig

Estevão Soares dos Santos 10 年之前
父節點
當前提交
f8a81373fe
共有 1 個文件被更改,包括 14 次插入14 次删除
  1. 14 14
      .editorconfig

+ 14 - 14
.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