-
The readme doesn't mention uncrustify as a prerequisite but make will fail without it.
Once all the deps were in place and I ran a make clean then tried make again, I got the following output:
$ mak…
-
Uncrustify config file keeps resetting after switching tabs and resaving the file. I basically have to change all the settings again everytime I want to change one setting
-
Hello,
there is no space inserted between `std::pair` return type and method name when using `nl_func_type_name = remove`. If return type is `void`, space is inserted correctly.
current version: …
-
I'm having trouble getting the Uncrustify extension to work when using the [VSCode Remote SSH](https://code.visualstudio.com/docs/remote/ssh) environment.
My current setup is as follows:
- Local O…
-
**Describe the bug**
Following quick start instructions for thirdPartyLibs here: https://geosx-geosx.readthedocs-hosted.com/en/latest/docs/sphinx/QuickStart.html#compilation
"make" fails because unc…
-
- [ ] add style spec
- [ ] format all code
- [ ] enforce in CI
bk138 updated
2 years ago
-
[debug](https://gist.github.com/1143910315/82496aaece80c2dfbcb339f3dd254abc)
[code](https://gist.github.com/1143910315/b0dba83b1c8ad0d48ddb48f25d76850d)
[Expect code](https://gist.github.com/1143910…
-
Test file:
```c
f(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, bbbbbbbbbbbbbbbbbb(
42));
```
Config:
```
code_width = 80
```
I would expect uncrustify t…
comex updated
3 months ago
-
Gnomes default config for Vala includes some options that are deprecated and unknown. When only deprecated options exist (no unknown), the formatter includes the uncrustify warning message in the temp…
-
See uncrustify installation instructions at https://github.com/Glavin001/atom-beautify#beautifiers or go to https://github.com/uncrustify/uncrustify
You can configure Atom Beautify with the absol…