Skip to content

Commit

Permalink
Adding line ending settings to .gitattributes (microsoft#4026)
Browse files Browse the repository at this point in the history
* Adding line ending settings to .gitattributes

This should make it so that cmd and bat files are always crlf and sh and
config.guess are always lf.

* Kicking this file...

* Undoing the last change
  • Loading branch information
llvm-beanz authored Oct 21, 2021
1 parent 0a0ed9f commit 026c192
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* text=auto
* text=auto
*.cmd text eol=crlf
*.bat text eol=crlf
*.sh text eol=lf
*.guess text eol=lf

0 comments on commit 026c192

Please sign in to comment.