File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ column_limit: &1 120
2+ indent_width: 1
3+ use_tab: true
4+ tab_width: 4
5+ continuation_indent_width: 4
6+ spaces_before_call: 0
7+ keep_simple_control_block_one_line: false
8+ keep_simple_function_one_line: false
9+ align_args: false
10+ break_after_functioncall_lp: false
11+ break_before_functioncall_rp: false
12+ align_parameter: false
13+ chop_down_parameter: false
14+ break_after_functiondef_lp: false
15+ break_before_functiondef_rp: true
16+ align_table_field: false
17+ break_after_table_lb: true
18+ break_before_table_rb: true
19+ chop_down_table: false
20+ chop_down_kv_table: true
21+ table_sep: ","
22+ extra_sep_at_table_end: false
23+ column_table_limit: *1
24+ break_after_operator: true
25+ double_quote_to_single_quote: false
26+ single_quote_to_double_quote: true
Original file line number Diff line number Diff line change 66 " sumneko.lua" ,
77 " davidanson.vscode-markdownlint" ,
88 " editorconfig.editorconfig" ,
9- " lextudio.restructuredtext"
9+ " lextudio.restructuredtext" ,
10+ " koihik.vscode-lua-format"
1011 ]
1112}
You can’t perform that action at this time.
0 commit comments