Merge pull request #146 from yangrq1018/fix-lua-format

fix lua-format parameter
This commit is contained in:
fasiondog 2024-01-18 19:21:26 +08:00 committed by GitHub
commit 838a53ff58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,9 +21,9 @@ break_before_table_rb: true
chop_down_table: true
chop_down_kv_table: true
table_sep: ","
column_table_limit: 0
column_table_limit: 120
extra_sep_at_table_end: true
spaces_inside_table_braces: true
spaces_inside_table_braces: true
break_after_operator: true
double_quote_to_single_quote: false
single_quote_to_double_quote: false