aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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