Skip to content

Commit a5e5f55

Browse files
committed
changing lf for sh files
1 parent b042c41 commit a5e5f55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto eol=crlf
33

4+
# Declare files that will always have LF line endings on checkout.
5+
*.sh text eol=lf
6+
47
# Don't check these into the repo as LF to work around TeamCity bug
58
*.xml -text
69
*.targets -text

0 commit comments

Comments
 (0)