diff --git a/src/cmd/init.zig b/src/cmd/init.zig index dcb48525a2cb78124f3b14a784d64ebec8286323..dbb8871aeeb46157a7dfcf3d61a094995afeacb5 100644 --- a/src/cmd/init.zig +++ b/src/cmd/init.zig @@ -135,7 +135,7 @@ pub fn execute(args: [][]u8) !void { try w.writeAll("\n"); } if (!exists) try w.writeAll("* text=auto\n"); - if (!exists) try w.writeAll("*.zig text eol=lf # See https://github.com/ziglang/zig-spec/issues/38\n"); + if (!exists) try w.writeAll("*.zig text eol=lf\n"); try w.writeAll("zig.mod text eol=lf\n"); try w.writeAll("zigmod.* text eol=lf\n"); try w.writeAll("zig.mod linguist-language=YAML\n");