Skip to content

Commit a92168b

Browse files
authored
Create .gitattributes
1 parent 866619d commit a92168b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)