uncrustify
Blank line after curly brace in function with uncrustify
I have configured xcode to use Uncrustify to beautify the code. I modified the Uncrustify configuration file and the resulting code is almost as desired.[详细]
2023-03-29 22:23 分类:问答How to make Uncrustify force blank lines between functions?
I\'ve been working on my uncrustify config for a few hours now and I\'m very close to having it the way I need it. However, I can\'t find an option to control newlines between function bodies. Uncrust[详细]
2023-03-24 01:15 分类:问答ctags multi-line C function prototypes
Is there a way for ctags to handle multiline function prototypes in C? I\'ve searched around and the --fields=+S is supposed to do multiline prototypes, but I can\'t get it to work:[详细]
2023-03-22 15:35 分类:问答Uncrustify: Which switch or setting affects the { for @interface and @protocol?
I use Uncrustify to beautify my code: http://uncrustify.sourceforge.net/ What switch or setti开发者_运维百科ng affects the { for @interface and @protocol?Unfortunately, there\'s no easy setting for[详细]
2023-03-21 07:45 分类:问答How do I install uncrustify?
How do I install uncrustify? I followed the instruction to install开发者_开发知识库 uncrustify but when I run it, it does not work. Can anyone give me some help installing this tool? I want to run it[详细]
2023-03-04 23:32 分类:问答C++ / Uncrustify / Indenting base class specifications
How do I setup uncrustify so that this code: static const class Example : Int1 , Int2 , Int3 looks like this:[详细]
2023-03-01 05:39 分类:问答Uncrustify: Single Line Method Names & Remove spaces between double asterisk
Two related questions here. 1) What setting do I need to use to make multiline method name a single line? For example, I have this:[详细]
2023-02-18 19:35 分类:问答Uncrustify spacing issue with macro inside method call
I am attempting to use Uncrustify on a project of mine, but I am running开发者_运维知识库 into some issues with spacing changes that it makes when a macro is used as the receiver of an Objective-C mes[详细]
2023-02-08 22:29 分类:问答How do I get uncrustify to indent BEGIN_MESSAGE_MAP regions?
I\'m trying to use uncrustify on a large inherited C++ codebase and I can\'t figure out how to get it to indent the following code segment like t开发者_Python百科he example here.[详细]
2023-02-03 04:12 分类:问答How do I force opening braces to share the previous code line?
Using the Uncrustify tool I would like to apply the 1TBS style, which places braces like this开发者_JAVA百科:[详细]
2023-01-16 14:57 分类:问答