emacs n00b在这里.
我每周至少遇到一次这个问题,我每次都有一个带有参数的函数调用,但是我想重新格式化,以便所有参数都转到一行,即我想从:
f( x, y, z );
至:
f(x, y, z);
最好的方法是什么?
emacs
emacs ×1