We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d298292 commit 7e4b075Copy full SHA for 7e4b075
.gitattributes
@@ -1,8 +1,9 @@
1
# Set the default behavior, in case people don't have core.autocrlf set.
2
-* text=auto
+# Prevent build errors on non lf systems (like Windows), we need files with lf as newlines.
3
+* text=auto eol=lf
4
5
# Explicitly declare text files you want to always be normalized and converted
-# to native line endings on checkout.
6
+# to lf line endings on checkout.
7
*.c text
8
*.cpp text
9
*.h text
0 commit comments