Okay can someone just make a rustfmt for C++ already, I'm extremely tired of trying to configure broken formatters

I'm just trying to OR together some bits and #uncrustify is making that extremely difficult

If anyone knows how I can make this not absolutely terrible please do tell me because I'm out of ideas (and please don't tell me to use #clangformat, that's even worse)

#cpp #programming

#Uncrustify is a source code #beautifier.

Uncrustify is a tool that takes in poorly formatted or minified code and reformats it to be more readable. Uncrustify is very configurable, able to be completely reconfigured to minify source code by removing unecessary whitespace. Uncrustify supports several programming languages, including #C, #Cpp, #Java, and a few others.

Website 🔗️: https://github.com/uncrustify/uncrustify

apt 📦️: uncrustify

#free #opensource #foss #fossmendations #programming

GitHub - uncrustify/uncrustify: Code beautifier

Code beautifier. Contribute to uncrustify/uncrustify development by creating an account on GitHub.

GitHub