mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
|
|
# Basic .gitattributes for a Microsoft Shell repo.
|
|
|
|
# Source files
|
|
# ============
|
|
*.msh text eol=crlf
|
|
*.msh1 text eol=crlf
|
|
*.msh2 text eol=crlf
|
|
*.mshxml text eol=crlf
|
|
*.msh1xml text eol=crlf
|
|
*.msh2xml text eol=crlf
|
|
*.mcf text eol=crlf
|