Skip to content

Commit f2a1d8f

Browse files
committed
Source Control View shows Changes only newline code. so I declare newline code because In environment that git config --global core.autocrlf is true ,
1 parent b63de10 commit f2a1d8f

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)