Changeset

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
parents 13375:a8a878ff361f
children 13377:81ae5e12550f
files .lua-format
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.lua-format	Wed Jul 28 14:55:17 2021 +0200
+++ b/.lua-format	Wed Jan 18 18:35:24 2023 +0100
@@ -17,8 +17,8 @@
 double_quote_to_single_quote: false
 extra_sep_at_table_end: true
 indent_width: 1
-keep_simple_control_block_one_line: true
-keep_simple_function_one_line: true
+keep_simple_control_block_one_line: false
+keep_simple_function_one_line: false
 line_breaks_after_function_body: 1
 line_separator: input
 single_quote_to_double_quote: false
@@ -27,6 +27,6 @@
 spaces_inside_functioncall_parens: false
 spaces_inside_functiondef_parens: false
 spaces_inside_table_braces: true
-table_sep: ","
 tab_width: 1
+table_sep: ";"
 use_tab: true