Skip to content

Commit

Permalink
Sync .gitattributes with pathogen-repo-guide
Browse files Browse the repository at this point in the history
This change lets git detect text files. While potentially imperfect,
it's better than assuming all files are text.

<https://github.com/nextstrain/pathogen-repo-guide/blob/e3bfb52c8155058a3d48592f4268a7382bf3e12a/.gitattributes>
  • Loading branch information
victorlin committed Jun 21, 2024
1 parent e6bc293 commit 7773216
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,2 +1,3 @@
# Allow Git to decide if file is text or binary
# Always use LF line endings even on Windows.
* text eol=lf
* text=auto eol=lf

0 comments on commit 7773216

Please sign in to comment.