dai*_*isy 0 vim printf alignment
我想让Vim对变量声明进行排序,如下所示:
NotifyNotification* notification;
gboolean success;
GError* error = NULL;
Run Code Online (Sandbox Code Playgroud)
就像printf一样,我想在使用=对齐线时启用它,使其成为默认的对齐方法,有au FileType cpp可能吗?