aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorManlio Perillo <[email protected]>2023-04-24 18:27:46 +0200
committerManlio Perillo <[email protected]>2023-04-25 16:13:59 +0200
commitcac7391247f700055fb8d3da795601932d114f6e (patch)
treeb49b3342f6d6298820aed52fa3d457ed29eda4fc /.gitattributes
parent9273fe2dd81a3a630b8520c8dc28e4895097b41a (diff)
downloadziglings-cac7391247f700055fb8d3da795601932d114f6e.tar.xz
ziglings-cac7391247f700055fb8d3da795601932d114f6e.zip
.gitattributes: remove support for old files, add python
Remove support for old .h, .cpp and .bat files. Set eol mode to lf for Python scripts. Closes #252
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes
index 97386d9..cd420c4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,13 +4,7 @@
# 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.
+*.py text eol=lf
*.sh text eol=lf
*.zig text eol=lf