-
[//]: # " 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:"
[//…
-
[//]: # " 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:"
[//…
lostd updated
6 months ago
-
Since a while, I am getting the "Uncrustify can be upgraded" message every time I startup VSCode. If I click on "Install using brew", I get some brew outputs (sometimes; or nothing happens), but the m…
-
`nl_after_access_spec` is supposed to take precedence over `nl_var_def_blk_start`, but in some cases this is not working. (I'll probably follow up when I have a reduced test case, but as per my usual,…
-
It is great to be able to transform a file to meet a style, and uncrustify does that well, but I'd also like to educate developers on what the proper style is supposed to be. Nobody likes to spend tim…
-
Looking up `.uncrustify.cfg` in parent dir would allow for more contextual formatting (e.g. a project can provide its own `.uncrustify.cfg`).
For instance
```lisp
(defun uncrustify-format-file-lo…
-
Currently Kate has no uncrustify syntax highlither .xml file. And can be edited as plain text in Kate or Qt Creator, or need to use some conf-mode for coloring. It's not good. I wrote some basic such …
drizt updated
6 months ago
-
# Description
The [language-cpp14](https://atom.io/packages/language-cpp14) package provides a grammar called ‘C++14’. When a C++ header file is open and set to C++14, running the beautifier causes U…
-
Look into incorporating code enhancement tools like:
- [ ] [uncrustify](https://github.com/bengardner/uncrustify) - Ensuring cleanliness of code.
- [ ] [astyle](http://astyle.sourceforge.n…
-
If a wrapped arithmetic or conditional expression (using the ternary operator `?:`) is used within a stream output expression, indentation depends on the context. If the expression is the first operan…