Skip to content

Commit af2c521

Browse files
committed
Added .gitattributes file.
1 parent 164b21a commit af2c521

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* text=auto
2+
3+
# Native line endings.
4+
*.c text
5+
*.cpp text
6+
*.h text
7+
*.rc text
8+
9+
# Windows line endings.
10+
*.bat text eol=crlf
11+
*.eln text eol=crlf

0 commit comments

Comments
 (0)