summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-25 18:31:12 +0000
committerGitHub <noreply@github.com>2023-04-25 18:31:12 +0000
commit58e28761be8edb2847876f563bece79e023a5ab9 (patch)
tree37cd604b63a2dffa79e65a37f29cd236d24543f5 /.gitattributes
parent752efd891da5d640b345849471357ba176fe4d1b (diff)
parent7470c294759d9595a7a354af07ea17ca23f21811 (diff)
Merge pull request #256 from perillo/improve-more-2
More improvements
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes
index 97386d9..1cb5af7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,13 +4,6 @@
# Default behavior, if core.autocrlf is unset.
* text=auto
-# Files to be converted to native line endings on checkout.
-*.cpp text
-*.h text
-
-# Text files to always have CRLF (dos) line endings on checkout.
-*.bat text eol=crlf
-
# Text files to always have LF (unix) line endings on checkout.
*.sh text eol=lf
*.zig text eol=lf