您是否了解任何能够美化功能输入参数的工具或程序,使变量左对齐,如下例所示?
我现在正在看A-Style。你知道它能为我做那份工作吗?
我想从此代码中更改
void foo(
int a
,my_long_parameter b
,anotgher_type c
);
到这一个。
void foo(
int a
,my_long_parameter b
,anotgher_type c
);