Skip to content

Commit 54e6240

Browse files
authored
Merge pull request #6 from azusa/define-EOL-code
Source Control View shows Changes only newline code.
2 parents 2e7d97a + f2a1d8f commit 54e6240

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto eol=lf
2+
*.{cmd,[cC][mM][dD]} text eol=crlf
3+
*.{bat,[bB][aA][tT]} text eol=crlf
4+
*.{ps1,[pP][sS][1]} text eol=crlf

0 commit comments

Comments
 (0)