Skip to content

Commit

Permalink
更新格式化规则文件
Browse files Browse the repository at this point in the history
框架跟进
  • Loading branch information
MrZ626 committed Oct 20, 2023
1 parent 1d949e4 commit 6b43943
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
43 changes: 37 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Zenitha
Submodule Zenitha updated 1 files
+2 −1 stringExtend.lua

0 comments on commit 6b43943

Please sign in to comment.