【发布时间】:2017-08-10 00:23:57
【问题描述】:
假设我有以下内容:
myfunction(arg1 = something, arg2 = blah, arg3 = yeah, arg4 = nowayxavi, arg5 = too long)
如果我按gql,它会变成这样:
myfunction(arg1 = something, arg2 = blah, arg3 = yeah, arg4 = nowayxavi, arg5 =
too long)
这很好,但我更喜欢以下内容:
myfunction(arg1 = something, arg2 = blah, arg3 = yeah, arg4 = nowayxavi,
arg5 = too long)
有没有 Vim 设置可以做到这一点?
【问题讨论】: