make zig fmt additionally format .zon files #14530
Labels
breaking
Implementing this issue could cause existing code to no longer compile or have different behavior.
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
zig fmt
Milestone
Extracted from #14523.
zig fmt
recursively walks directories in search of files with the ".zig" extension and formats them. It should additionally do this for ".zon" files. This is technically a breaking change since it is theoretically possible that this extension is being used for something else.The logic for this is primarily in src/main.zig.
The text was updated successfully, but these errors were encountered: