Comparison

.lua-format @ 13376:925ac5a6762d

lua-format: Further tweaks Keeping things a single line makes very deeply nested things "pyramids" a single line, which makes them hard to read.
author Kim Alvefur <zash@zash.se>
date Wed, 18 Jan 2023 18:35:24 +0100
parent 13375:a8a878ff361f
child 13377:81ae5e12550f
comparison
equal deleted inserted replaced
13375:a8a878ff361f 13376:925ac5a6762d
15 column_table_limit: 120 15 column_table_limit: 120
16 continuation_indent_width: 1 16 continuation_indent_width: 1
17 double_quote_to_single_quote: false 17 double_quote_to_single_quote: false
18 extra_sep_at_table_end: true 18 extra_sep_at_table_end: true
19 indent_width: 1 19 indent_width: 1
20 keep_simple_control_block_one_line: true 20 keep_simple_control_block_one_line: false
21 keep_simple_function_one_line: true 21 keep_simple_function_one_line: false
22 line_breaks_after_function_body: 1 22 line_breaks_after_function_body: 1
23 line_separator: input 23 line_separator: input
24 single_quote_to_double_quote: false 24 single_quote_to_double_quote: false
25 spaces_around_equals_in_field: true 25 spaces_around_equals_in_field: true
26 spaces_before_call: 1 26 spaces_before_call: 1
27 spaces_inside_functioncall_parens: false 27 spaces_inside_functioncall_parens: false
28 spaces_inside_functiondef_parens: false 28 spaces_inside_functiondef_parens: false
29 spaces_inside_table_braces: true 29 spaces_inside_table_braces: true
30 table_sep: ","
31 tab_width: 1 30 tab_width: 1
31 table_sep: ";"
32 use_tab: true 32 use_tab: true