Skip to content

Commit cffd166

Browse files
Warren BuckleyiOvergaard
authored andcommitted
Explicitly set end of line to lf as opposed to crlf
1 parent 497e96a commit cffd166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# Explicitly declare text files you want to always be normalized and converted
55
# to native line endings on checkout.
6-
*.ts text
7-
*.js text
8-
*.json text
6+
*.ts text eol=lf
7+
*.js text eol=lf
8+
*.json text eol=lf
99

1010
# Declare files that will always have CRLF line endings on checkout.
1111
# *.sln text eol=crlf

0 commit comments

Comments
 (0)