Merge pull request #20271 from MasonRemaley/zon

ZON
This commit is contained in:
Matthew Lugg
2025-02-03 16:38:35 +00:00
committed by GitHub
145 changed files with 8788 additions and 432 deletions

View File

@@ -406,7 +406,7 @@ pub fn build(b: *std.Build) !void {
const optimization_modes = chosen_opt_modes_buf[0..chosen_mode_index];
const fmt_include_paths = &.{ "lib", "src", "test", "tools", "build.zig", "build.zig.zon" };
const fmt_exclude_paths = &.{"test/cases"};
const fmt_exclude_paths = &.{ "test/cases", "test/behavior/zon" };
const do_fmt = b.addFmt(.{
.paths = fmt_include_paths,
.exclude_paths = fmt_exclude_paths,