We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866619d commit a92168bCopy full SHA for a92168b
.gitattributes
@@ -0,0 +1,10 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Declare files that will always have CRLF line endings on checkout.
5
+*.cls text eol=crlf
6
+*.frm text eol=crlf
7
+*.bas text eol=crlf
8
9
+# Denote all files that are truly binary and should not be modified.
10
+*.frx binary
0 commit comments