Skip to content

Commit

Permalink
set eol to lf to avoid conflicting with editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored and arturcic committed Feb 6, 2020
1 parent f39392e commit 61ce893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto eol=crlf
* text=auto eol=lf

# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf

# Don't check these into the repo as LF to work around TeamCity bug
*.xml -text
*.xml -text
*.targets -text

# Custom for Visual Studio
Expand Down

0 comments on commit 61ce893

Please sign in to comment.