mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
lua-format: Add new settings
This commit is contained in:
parent
b80f212813
commit
de20f810d3
1 changed files with 6 additions and 0 deletions
|
@ -19,8 +19,14 @@ extra_sep_at_table_end: true
|
||||||
indent_width: 1
|
indent_width: 1
|
||||||
keep_simple_control_block_one_line: true
|
keep_simple_control_block_one_line: true
|
||||||
keep_simple_function_one_line: true
|
keep_simple_function_one_line: true
|
||||||
|
line_breaks_after_function_body: 1
|
||||||
|
line_separator: input
|
||||||
single_quote_to_double_quote: false
|
single_quote_to_double_quote: false
|
||||||
|
spaces_around_equals_in_field: true
|
||||||
spaces_before_call: 1
|
spaces_before_call: 1
|
||||||
|
spaces_inside_functioncall_parens: false
|
||||||
|
spaces_inside_functiondef_parens: false
|
||||||
|
spaces_inside_table_braces: true
|
||||||
table_sep: ","
|
table_sep: ","
|
||||||
tab_width: 1
|
tab_width: 1
|
||||||
use_tab: true
|
use_tab: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue