1

Improve default

This commit is contained in:
Alex Yatskov 2025-01-18 20:50:56 -08:00
parent 1e3513c5e5
commit fe2a9d12ce

View File

@ -4,7 +4,7 @@ local options_current = {
brace_last_indent = false,
brace_last_wrap = true,
brace_pad = false,
comma_last = {['{'] = true, ['['] = false},
comma_last = {['{'] = true},
comma_prefix = false,
comma_prefix_indent = false,
},