如何设置uncrustify以便此代码:
static const class Example
: Int1
, Int2
, Int3
看起来像这样:
static const class Example
: Int1
, Int2
, Int3
我找不到任何只能缩进派生类的选项。
答案 0 :(得分:0)
如果您使用的是visual studio(版本2008,2010 ???)并且Visual Studio选项支持键盘设置,请选择您要“解开”的代码,然后按Alt + F8。这可能有所帮助,也可能无效,但您始终可以选择代码,然后尝试“Shift + Tab”删除前面的缩进。如果我错了或错过了你的问题,请告诉我。