aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2016-03-30 17:50:05 -0400
committerPaul Ganssle <paul@ganssle.io>2016-03-30 17:50:05 -0400
commitdfc19a9716c5810573ad66fbf241a1a3508bca47 (patch)
tree17eb73e688ec23f53d8694db0cc46be549b7a8a0 /.gitattributes
parente875887d5ab8ae99021ebadd3abb0b19430d4fce (diff)
downloaddateutil-dfc19a9716c5810573ad66fbf241a1a3508bca47.tar.gz
Switch line endings for batch files to CRLF
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 4601173..f865e21 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -13,5 +13,6 @@
*.sh text
RELEASING text
-# NEWS should be crlf
-NEWS eol=crlf \ No newline at end of file
+# NEWS and Windows batch files should be crlf
+NEWS eol=crlf
+*.bat eol=crlf \ No newline at end of file