summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jose Colon Rodriguez2024-03-02 07:39:07 -0400
committerGravatar Jose Colon Rodriguez2024-03-02 07:39:07 -0400
commit5a2721ac199b80fd056e0b6b71e880895667f8b5 (patch)
treee48c39bdb83b24b493e9cc010bd83798c548e7df
parentNormalizer back to 300k in Safe (diff)
downloadzg-5a2721ac199b80fd056e0b6b71e880895667f8b5.tar.gz
zg-5a2721ac199b80fd056e0b6b71e880895667f8b5.tar.xz
zg-5a2721ac199b80fd056e0b6b71e880895667f8b5.zip
zon paths update; .gitattributes
-rw-r--r--.gitattributes2
-rw-r--r--build.zig.zon5
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2b9b79e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
1* text=auto eol=lf
2
diff --git a/build.zig.zon b/build.zig.zon
index 8590cf7..1c8e3bb 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -10,9 +10,10 @@
10 .paths = .{ 10 .paths = .{
11 "build.zig", 11 "build.zig",
12 "build.zig.zon", 12 "build.zig.zon",
13 "src", 13 "codegen",
14 "unicode", 14 "data",
15 "LICENSE", 15 "LICENSE",
16 "README.md", 16 "README.md",
17 "src",
17 }, 18 },
18} 19}