From 80353443f7c2976ec4556af9ef7dbe74079eb926 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 22 Aug 2022 08:57:48 +0000 Subject: [PATCH] =?UTF-8?q?Update=20`.editorconfig`=20=F0=9F=93=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f04029d..1b8b893 100644 --- a/.editorconfig +++ b/.editorconfig @@ -549,7 +549,10 @@ ij_php_call_parameters_wrap = on_every_item ij_php_catch_on_new_line = false ij_php_category_weight = 28 ij_php_class_brace_style = next_line +ij_php_comma_after_last_argument = false ij_php_comma_after_last_array_element = true +ij_php_comma_after_last_closure_use_var = false +ij_php_comma_after_last_parameter = false ij_php_concat_spaces = true ij_php_copyright_weight = 4 ij_php_deprecated_weight = 0 @@ -721,12 +724,16 @@ ij_php_while_on_new_line = true [{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.stylelintrc,bowerrc,composer.lock,jest.config}] ij_continuation_indent_size = 4 +ij_json_array_wrapping = on_every_item ij_json_keep_blank_lines_in_code = 1 ij_json_keep_indents_on_empty_lines = false ij_json_keep_line_breaks = true +ij_json_keep_trailing_comma = false +ij_json_object_wrapping = on_every_item +ij_json_property_alignment = do_not_align ij_json_space_after_colon = true ij_json_space_after_comma = true -ij_json_space_before_colon = true +ij_json_space_before_colon = false ij_json_space_before_comma = false ij_json_spaces_within_braces = true ij_json_spaces_within_brackets = false