Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.cls text eol=crlf
*.frm text eol=crlf
*.bas text eol=crlf
# Don't perform any EOL conversions on VBA files to preserve CRLF from the VBE.
*.cls -text
*.frm -text
*.bas -text

# Denote all files that are truly binary and should not be modified.
*.frx binary