zig fmt can remove comments #3686
Labels
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
Minimal repro case: Open a new file, fmttest.zig for example, add the following two lines of code:
Format it using zig fmt. Afterwards, there's only a single blank line left.
Tested on Windows using zig-windows-x86_64-0.5.0+d18b5f8b5.zip
The text was updated successfully, but these errors were encountered: