Fast C++ formatting library with Python bindings and CLI support
Open-source formatting library for C++
fmt$ clang-format -style=file myfile.cpp$ g++ -I$(brew --prefix fmt)/include myprogram.cpp -L$(brew --prefix fmt)/lib -lfmt -o myprogram$ pkg-config --cflags --libs fmt