Software / code / prosody
Comparison
.lua-format @ 13377:81ae5e12550f
lua-format: Let simple things be one line
This doesn't really handle nesting all that nicely tho.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 30 Nov 2023 18:45:05 +0100 |
| parent | 13376:925ac5a6762d |
comparison
equal
deleted
inserted
replaced
| 13376:925ac5a6762d | 13377:81ae5e12550f |
|---|---|
| 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: false | 20 keep_simple_control_block_one_line: true |
| 21 keep_simple_function_one_line: false | 21 keep_simple_function_one_line: true |
| 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 |