vis-config

lua scripts to configure vis editor

git clone https://9o.is/git/vis-config.git

.lua-format

(762B)


      1 column_limit: 100
      2 indent_width: 2
      3 use_tab: false
      4 spaces_before_call: 1
      5 keep_simple_control_block_one_line: false
      6 keep_simple_function_one_line: false
      7 align_args: true
      8 break_after_functioncall_lp: false
      9 break_before_functioncall_rp: false
     10 spaces_inside_functioncall_parens: false
     11 spaces_inside_functiondef_parens: false
     12 align_parameter: true
     13 chop_down_parameter: false
     14 break_after_functiondef_lp: false
     15 break_before_functiondef_rp: false
     16 align_table_field: true
     17 break_after_table_lb: true
     18 break_before_table_rb: true
     19 chop_down_table: true
     20 chop_down_kv_table: true
     21 table_sep: ","
     22 extra_sep_at_table_end: true
     23 column_table_limit: 80
     24 spaces_inside_table_braces: false
     25 break_after_operator: true
     26 double_quote_to_single_quote: true
     27 spaces_around_equals_in_field: true