#zig fmt skip comment
1 messages · Page 1 of 1 (latest)
// zig fmt: off
// something
// zig fmt: on
https://github.com/ziglang/zig/wiki/FAQ#how-do-i-make-zig-fmt-skip-a-range-of-source-lines
Thanks
1 messages · Page 1 of 1 (latest)
Is there a comment such as // clang-format off I can use to skip zig fmt on a part of a file?
// zig fmt: off
// something
// zig fmt: on
https://github.com/ziglang/zig/wiki/FAQ#how-do-i-make-zig-fmt-skip-a-range-of-source-lines
Thanks