aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2016-03-14 17:15:55 -0400
committerPaul Ganssle <paul@ganssle.io>2016-03-14 17:15:55 -0400
commit3f27b2174b9de56ae71fd70cd33bc92d80c786ee (patch)
tree27abca509470eb6a1ded1e6ab59d7d723fb0a8c8
parent4f7d15f5e50b12489ffbb36352c92c6f914fde51 (diff)
downloaddateutil-3f27b2174b9de56ae71fd70cd33bc92d80c786ee.tar.gz
Prevent CRLF in general
-rw-r--r--.gitattributes17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..4601173
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,17 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Specify what's text and should be normalized
+*.py text
+*.in text
+*.rst text
+*.cfg text
+*.ini text
+*.yml text
+*.json text
+*.bat text
+*.sh text
+RELEASING text
+
+# NEWS should be crlf
+NEWS eol=crlf \ No newline at end of file