-
I'd suggest to add astyle to the list, a formatter that I use in my projects per default.
http://astyle.sourceforge.net/ [MIT]
-
It appears some of the source files have mixed tabs & spaces, and inconsistent style. What C style does this project use?
-
This was reported by NarcolepticFrog elsewhere recently, though it was also mentioned in `#mcp`.
Running `decompile.sh` on mac with MC 1.12 causes this:
```
ERROR:root:FATAL ERROR
Traceback (m…
-
# Describe the bug
Compiling on mac following the documentations causes errors. COMPILING.md is probably out-dated.
# Steps To Reproduce
1. Try compiling following the instructions in CO…
-
# Describe the bug
Latest master fails to compile on Linux with the following output:
```
milosrasic@linux-w1h8:~/Cataclysm-DDA> make -j4 CLANG=1 CCACHE=1 NATIVE=linux64 RELEASE=1 TILES=1 SOUND…
-
I ran spack twice in a row to create a mirror in the same location. I expected it to update the mirror location with new packages. It errored.
### Steps to reproduce the issue
```console
$ sp…
-
Invoking AStyle code formatting with highlighted text inserts extra newlines after each line (formatting without selection works correctly). Also, it should not indent the line below selection when no…
-
**Is your feature request related to a problem? Please describe.**
Contributors, especially new ones, often open PRs with json and C++ linting errors, which is understandable because these standard…
-
Im trying to work with several SPI LCD displays and found SPI transfer made by SPI library is slower then for example ESP32 SPI library running the same code. It looks like SPI working at lower speed …
-
Currently the (annoying) sanity_check step of circle_ci seems to apt-get a full blown development environment inside it's environment, albeit it should not require that for astyle checking.
This ma…