Better options for last bracket
This commit is contained in:
parent
3d3f9bfcdf
commit
1e3513c5e5
@ -4,16 +4,13 @@ local options_current = {
|
||||
brace_last_indent = false,
|
||||
brace_last_wrap = true,
|
||||
brace_pad = false,
|
||||
comma_last = false,
|
||||
comma_last = {['{'] = true, ['['] = false},
|
||||
comma_prefix = false,
|
||||
comma_prefix_indent = false,
|
||||
},
|
||||
go = {
|
||||
comma_last = true,
|
||||
},
|
||||
lua = {
|
||||
comma_last = true,
|
||||
},
|
||||
}
|
||||
|
||||
local function setup(opt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user