summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-13 08:03:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-13 08:03:37 -0700
commit5bc4802795b140b104728e203412b0616a751deb (patch)
treed85f1c2944c4d7df65736105196e6f5fb98824cf
parent57f814d944be734d0952dacdc3e7ef5f6784d668 (diff)
Add .gitattributes to ensure that line endings are normalized.
-rw-r--r--.gitattributes1
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