-
[//]: # " If the issue is connected to existing Uncrustify options please, if possible, add the"
[//]: # " following information to ease up the process:"
[//]: # " • a link to a debug file:"
[//…
comex updated
2 years ago
-
Importing `uncrustify_obj_c.cfg` from https://gist.github.com/jonah-carbonfive/841452 fails with the following error message:
> An error occurred during import
> Could not find option with align_oc_…
JanX2 updated
11 years ago
-
I think we do not need the paren on `return` statements. i would add this option to uncrustify.cfg:
``` bash
mod_paren_on_return = remove
```
what do you think?
-
Have you thought about using a code formatter like [astyle](http://astyle.sourceforge.net/) or [uncrustify](https://github.com/uncrustify/uncrustify)? It's good to have a consistent style.
Rubo3 updated
2 years ago
-
[//]: # " If the issue is connected to existing Uncrustify options please, if possible, add the"
[//]: # " following information to ease up the process:"
[//]: # " • a link to a debug file:"
[//…
-
After looking through the code, it seems like you're running Uncrustify on files each time, meaning adding live preview of changes would require a few architecture changes.
Is this something you have…
-
Issue Type: Bug
Remote-Containers: Try a Development Container Sample...
Select C++ option
Install Uncrustify extension in Dev Container
Install uncrusity (apt install uncrustify) in Dev Conta…
-
[//]: # " If the issue is connected to existing Uncrustify options please, if possible, add the"
[//]: # " following information to ease up the process:"
[//]: # " • a link to a debug file:"
[//…
-
For instance, if you select multiple files or groups in Project Navigator and select an option in the Uncrustifier menu bar option "Format Selected Files".
Selecting a top level group and hitting "…
-
Project needs a linter/beautifier, would be helpful instead of manually having to ensure style compliance.
Possible options include:
- [Artistic Style](http://astyle.sourceforge.net/)
- [Uncrust…