Skip to content

Commit b8220b9

Browse files
Add .gitattributes
1 parent 5aeab8b commit b8220b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set
2+
* text=auto
3+
4+
# Explicitly declare files that should always be converted to LF regardless of platform
5+
*.sh text eol=lf
6+
*.dotsettings text eol=lf

0 commit comments

Comments
 (0)