Skip to content

Commit

Permalink
Ensure rs files have LF endings (Azure#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohera authored Oct 22, 2018
1 parent fa3af34 commit e7c4122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
*text=auto

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

# Binary files to ignore and not modify
*.pfx binary
Expand Down

0 comments on commit e7c4122

Please sign in to comment.