Skip to content

Commit d4a231f

Browse files
Create .gitattributes (#75)
1 parent 860cffb commit d4a231f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
* text=auto
2+
3+
# Force specific files that git doesn't know should always be CRLF
4+
*.idl text eol=crlf
5+
*.h text eol=crlf
6+
*.cpp text eol=crlf
7+
*.sln text eol=crlf
8+
*.props text eol=crlf
9+
*.targets text eol=crlf
10+
*proj text eol=crlf
11+
*.cmd text eol=crlf
12+
*.ps1 text eol=crlf

0 commit comments

Comments
 (0)