diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-13 08:03:37 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-13 08:03:37 -0700 |
commit | 5bc4802795b140b104728e203412b0616a751deb (patch) | |
tree | d85f1c2944c4d7df65736105196e6f5fb98824cf /.gitattributes | |
parent | 57f814d944be734d0952dacdc3e7ef5f6784d668 (diff) |
Add .gitattributes to ensure that line endings are normalized.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf |