From 6b4394372c356c9ca9656fdadb69d83b62ed0c42 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Fri, 20 Oct 2023 14:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=96=87=E4=BB=B6=20=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E8=B7=9F=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 43 +++++++++++++++++++++++++++++++++++++------ Zenitha | 2 +- 2 files changed, 38 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 57be46b9..1329e457 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,20 @@ # EmmyLuaCodeStyle [*.lua] -max_line_length = 26000 indent_style = space +indent_size = 4 +tab_width = 4 +quote_style = none +continuation_indent = 4 +max_line_length = 26000 +end_of_line = auto +table_separator_style = none +trailing_table_separator = smart +call_arg_parentheses = keep +detect_end_of_line = false insert_final_newline = true space_around_table_field_list = false space_before_attribute = false +space_before_function_open_parenthesis = false space_before_function_call_open_parenthesis = false space_before_closure_open_parenthesis = false space_before_function_call_single_arg = false @@ -13,19 +23,40 @@ space_inside_function_call_parentheses = false space_inside_function_param_list_parentheses = false space_inside_square_brackets = false space_around_table_append_operator = false +ignore_spaces_inside_function_call = true space_before_inline_comment = false space_around_math_operator = false -space_around_logical_operator = false -space_around_assign_operator = false space_after_comma = false space_after_comma_in_for_statement = false space_around_concat_operator = false +space_around_logical_operator = false +space_around_assign_operator = false align_call_args = false align_function_params = false -align_continuous_assign_statement = false +align_continuous_assign_statement = true align_continuous_rect_table_field = true +align_continuous_line_space = -1 align_if_branch = false align_array_table = true -ignore_spaces_inside_function_call = true +align_continuous_similar_call_args = false +align_continuous_inline_comment = false +align_chain_expr = none +never_indent_before_if_condition = false +never_indent_comment_on_if_branch = false +keep_indents_on_empty_lines = false +line_space_after_if_statement = keep +line_space_after_do_statement = keep +line_space_after_while_statement = keep +line_space_after_repeat_statement = keep +line_space_after_for_statement = keep +line_space_after_local_or_assign_statement = keep line_space_after_function_statement = keep -trailing_table_separator = smart +line_space_after_expression_statement = keep +line_space_after_comment = keep +line_space_around_block = fixed(1) +break_all_list_when_line_exceed = false +auto_collapse_lines = false +break_before_braces = false +ignore_space_after_colon = true +remove_call_expression_list_finish_comma = false +end_statement_with_semicolon = true diff --git a/Zenitha b/Zenitha index 80e250c8..d8832cd2 160000 --- a/Zenitha +++ b/Zenitha @@ -1 +1 @@ -Subproject commit 80e250c8461045bea7bea5e67f522ab5ee8e82f8 +Subproject commit d8832cd2d5d122ca475267c4d8f4041a8347f5d1