Hacker News new | ask | show | jobs
by StreamBright 2456 days ago
https://ziglang.org/documentation/master/#Zen >> Minimize energy spent on coding style.

For me this is sort of important because languages not having standard coding style end up 10000 coding styles. Rust fmt is an excellent example for avoiding that. Does anybody use Zig + fmt?

I know they have something. https://github.com/ziglang/zig/issues/1523

1 comments

There's a section in this notes about it https://ziglang.org/download/0.5.0/release-notes.html#zig-fm...

The end even has a link to a web-based version of it.

Thanks, I totally missed it.