Not production ready. Just to be used for NeoFormat
SOME_DIR_IN_PATH=~/.local/bin
git clone https://github.com/Himujjal/zigformat
cd zigformat
zig build -Drelease-safe=true
cp zig-out/bin/zigformat $SOME_DIR_IN_PATH
chmod u+x $SOME_DIR_IN_PATH/zigformat
zigformat test.zig