summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 21:08:39 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 21:08:51 +1000
commit8656027282931d8d279ce66a52775eacf9dd59a9 (patch)
tree38796f59c2f607468be13caf1e907423b43d1ed1 /.gitattributes
parentee425b55c48c25c7a91b6cba315e6c2cd42d0fb7 (diff)
git(attributes): Force LF for all text files except windows specific
files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..60ceb6c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+# Force LF for all text files
+* text=auto eol=lf
+# Keep CRLF for Windows-specific files
+*.bat text eol=crlf
+*.cmd text eol=crlf