Remove support for old .h, .cpp and .bat files. Set eol mode to lf for Python scripts. Closes #252
@@ -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