Skip to content

Commit 49e8dbc

Browse files
committed
use lf line endings for source files
1 parent b9527f0 commit 49e8dbc

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+
# use unix lf line ending for everything except windows bat files
2+
* text=auto eol=lf
3+
*.asm text eol=lf
4+
*.h text eol=lf
5+
*.{cmd,[cC][mM][dD]} text eol=crlf
6+
*.{bat,[bB][aA][tT]} text eol=crlf

0 commit comments

Comments
 (0)