mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Currently `// zig fmt: off` does not work as there are two spaces after the `//` instead of one. This can cause confusion, so allow arbitrary whitespace before the `zig fmt: (off|on)` in the comment but trim this whitespace to the canonical single space in the output.