(no title)
anand-bala | 5 years ago
If your project is small, just run `zig fmt` on the command line.
If you have a large codebase, you can just incorporate it into your build process (similar to how clang-format and clang-tidy are used in CMake projects).
But again, if you have a large codebase written in Zig, you've probably already configured your editor to run `zig fmt` on save :)
littlestymaar|5 years ago
At this point it means you're probably Andrew himself because the Zig compiler is the only large Zig codebase out there;)
_vvhw|5 years ago
https://www.youtube.com/watch?v=124wdTckHNY