uncrustify Questions

3

Solved

In my vimrc I call Uncrustify by this command: %!uncrustify -l CPP -c D:\uncrustify\default.cfg After that on some code I get a Windows Fatal error: But when I call uncrustify on the same code ...
Villasenor asked 11/9, 2012 at 16:36

1

I'm trying to get a configuration for UncrustifyX that will work with Swift using the Allman Style. I'm using BBUncrustifyPlugin in Xcode. Here's what I have so far: # indent using tabs input_tab_...
Heatherheatherly asked 21/12, 2015 at 17:1

4

Solved

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: ctags -x --c-ki...
Helbonnah asked 25/7, 2011 at 18:2

1

Solved

I am using atom with atom-beautify and uncrustify to format my java files. I want the indentation of a lambda expression to only indent one level after an open brace, () -> {. I have tried adjus...
Nystatin asked 26/1, 2017 at 7:8

1

Solved

I would like to apply uncrustify (via beautify in the Atom editor and a config file) to CUDA code. However, I don't know how to tell uncrustify to recognize CUDA kernel calls which have the followi...
Czardas asked 10/7, 2015 at 8:30

3

Solved

Many of the options include the Force value option: Add or remove space between nested parens sp_paren_paren { Ignore, Add, Remove, Force } What does it mean? How is it different than Add?...
Happ asked 3/1, 2012 at 21:10

1

Solved

I'm having problems with my -rather extense- Uncrustify Configuration. I'm using Xcode to auto-run Uncrustify. For some reason, Uncrustify seems to add a Space before the closing Brace of a block ...
Rhodia asked 26/3, 2014 at 14:21

3

Solved

Im my company i set-up a continuous integration test and i run the tests when someone push the code on the server. Now i want to check that the code match with the our basic coding rules, th...
Nephrosis asked 2/12, 2013 at 22:39

1

Using uncrustify 0.60 I set nl_fcall_brace=force expecting the following result: newline between function arguments and the opening brace of function body string toNsdName(const string& sid) ...
Brost asked 21/6, 2013 at 23:45

1

Solved

Uncrustify is great, and does an excellent job of tidying code. However, I have some C code within a file that I don't want Uncrustify to change. Is there any way I can prevent Uncrustify from touc...
Enrollment asked 26/2, 2013 at 19:22

2

Solved

Is there a way to make Xcode not reformat formatted code, or is there a tool like uncrustify that can format source code that uses blocks? With blocks in objective-c, code has become hard to read...
Pish asked 20/4, 2012 at 9:16

1

Solved

I'm trying to find the option that leaves whitespace on blank lines. Currently uncrustify will strip all trailing whitespace (good!), however I want to keep whitespace if it's on a blank line, beca...
Disario asked 12/1, 2013 at 20:11

1

Solved

Is there a way with Uncrustify to add a new line between method declarations and the open brace, similar to nl_fcall_brace, but for ObjC methods? - (void)addPendingBuddyRequests:(NSArray *)request...
Aurora asked 8/8, 2012 at 17:40

1

Solved

I want to use uncrustify to align my parameters on colon, and have some limited success. Using the information in Can Uncrustify align colons in Objective-C method calls? I have the following in m...
Gegenschein asked 5/6, 2012 at 16:32

2

Is there a config file for Uncrustify that will format Objective-C per Google's Objective-C style guide? Example config files for Uncrustify look a bit daunting and I'm hoping that I won't need to...
Fogged asked 12/12, 2011 at 21:29

2

Solved

I am using uncrustify 0.52. When I run it against Objective-C files, it wants to convert method invocations like this: [NSApp beginSheet:startTimerDialog modalForWindow:nil modalDelegate:nil di...
Fumatorium asked 2/6, 2009 at 10:4
1

© 2022 - 2024 — McMap. All rights reserved.