-
As mentioned in https://github.com/contiki-os/contiki/blob/master/CONTRIBUTING.md#code-formatting, we can add uncrustify checks either in git pre-commit hooks but still it would be better to have the …
-
# Description
Beautifying C with uncrustify returns "spawn UNKNOWN" error. "where uncrustify.exe" returns absolute path, and I have added that path to the executables in the atom beautify settings.…
-
Like the basic premise of this app, but it doesn't support uncrustify .6 options.
-
## Bug report
Looks like a minor uncrustify discrepancy:
https://github.com/open-rmf/rmf_task/runs/8285620339?check_suite_focus=true#step:5:1738
### Required information:
- Operating system …
-
Recently micropython dealt with the difficulty of getting the right uncrustify version by creating a micropython-uncrustify package. This looks like it'll install on windows, linux & mac.
we could …
-
Hi,
[vim is moving](https://github.com/vim/vim/issues/15930) to using a formatter for enforce a certain style, and it is really likely that will be uncrustify. Currently we format function definition…
-
### Before proceeding, is there an existing issue or discussion for this?
- [X] I have done a search for similar [issues](.?q=type%3Aissue) and [discussions](https://github.com/open-rmf/rmf/discussio…
-
```
[tux@localhost RPMS]$ which uncrustify
/bin/uncrustify
```
```
"*":
"atom-beautify":
c:
beautify_on_save: true
cpp:
beautify_on_save: true
executables:
…
-
Hi Michal,
we have built libssh with -DSHARED_LIBS=OFF for libssh 0.10.6, when we try to compile with same,
[root@lpt-fhyz314 build]# cmake -DBUILD_SHARED_LIBS=OFF -DLIBSSH_LIBRARIES=/usr/local…
-
# Problem
I failed to use a custom configuration for uncrustify when using it from ament_lint_auto:
* There seems to be no possibility to pass a custom configuration file directly via an argument …