You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
903 B
42 lines
903 B
use_tab: true |
|
indent_width: 1 |
|
continuation_indent_width: 4 |
|
tab_width: 8 |
|
|
|
align_args: true |
|
align_parameter: true |
|
align_table_field: true |
|
|
|
break_after_functioncall_lp: false |
|
break_after_functiondef_lp: false |
|
break_after_operator: true |
|
break_after_table_lb: true |
|
break_before_functioncall_rp: false |
|
break_before_functiondef_rp: false |
|
break_before_table_rb: true |
|
|
|
chop_down_kv_table: true |
|
chop_down_parameter: false |
|
chop_down_table: true |
|
|
|
column_limit: 100 |
|
column_table_limit: 0 |
|
|
|
double_quote_to_single_quote: true |
|
extra_sep_at_table_end: false |
|
|
|
keep_simple_control_block_one_line: true |
|
keep_simple_function_one_line: true |
|
|
|
line_breaks_after_function_body: 1 |
|
line_separator: input |
|
|
|
single_quote_to_double_quote: false |
|
|
|
spaces_around_equals_in_field: true |
|
spaces_before_call: 1 |
|
spaces_inside_functioncall_parens: false |
|
spaces_inside_functiondef_parens: false |
|
spaces_inside_table_braces: true |
|
|
|
table_sep: ","
|
|
|