[vim ] 如何讓 cindent 往前些縮排(例如 js 物件成員)

看板Editor作者 (打架金剛)時間13年前 (2011/01/01 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
// JavaScript Obj = { method: function () { return; } } 我要在 return 前換行,讓他縮成: method: function () { return; } 但他總是縮成: method: function () { return; } 用的是 cindent,但試了幾組 cinoptions 都不成功。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 123.194.88.12
文章代碼(AID): #1D7kQqvb (Editor)