
https://www.vuxml.org/freebsd/d58455cc-159e-11ef-83d8-4ccc6adda413.html


“Winamp will open up its code for the player used on Windows, enabling the entire community to participate in its development. This is an invitation to global collaboration, where developers worldwide can contribute their expertise, ideas, and passion to help this iconic software evolve.”

https://about.winamp.com/press/article/winamp-open-source-code
A nice Clang tool that formats C/C++ files so that your project can have a unified formatting style, thus making the code more readable and maintainable.

You can dump the formatting options of a specific style with the clang-format –style=google –dump-config command

The following table shows the current status of clang-formatting for the entire LLVM source tree.

https://clang.llvm.org/docs/ClangFormat.html