Software / code / prosody
Comparison
.lua-format @ 13375:a8a878ff361f
lua-format: Add new settings
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 28 Jul 2021 14:55:17 +0200 |
| parent | 13374:937cd9cabe21 |
| child | 13376:925ac5a6762d |
comparison
equal
deleted
inserted
replaced
| 13374:937cd9cabe21 | 13375:a8a878ff361f |
|---|---|
| 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: true |
| 21 keep_simple_function_one_line: true | 21 keep_simple_function_one_line: true |
| 22 line_breaks_after_function_body: 1 | |
| 23 line_separator: input | |
| 22 single_quote_to_double_quote: false | 24 single_quote_to_double_quote: false |
| 25 spaces_around_equals_in_field: true | |
| 23 spaces_before_call: 1 | 26 spaces_before_call: 1 |
| 27 spaces_inside_functioncall_parens: false | |
| 28 spaces_inside_functiondef_parens: false | |
| 29 spaces_inside_table_braces: true | |
| 24 table_sep: "," | 30 table_sep: "," |
| 25 tab_width: 1 | 31 tab_width: 1 |
| 26 use_tab: true | 32 use_tab: true |