Add eol=lf to gitattribute

This commit is contained in:
Chandler Cox
2023-06-21 07:24:37 -05:00
parent 2a109e50fb
commit 9c2a04aa21

2
.gitattributes vendored
View File

@@ -1,5 +1,5 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted to native line endings on checkout.
*.c text diff=cpp