Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-10-10 04:13:03 +0400
committerChris Rebert <github@rebertia.com>2014-10-10 04:13:03 +0400
commita6fd8eaedbbc5d8ace8bb7a32c093e9be643ba8b (patch)
treec540a8455c032bce3380f5b18b85dd367e5f2f0d
parent6582b459bfd95d019e81b0697f628fa80df3da29 (diff)
add .gitattributes file to enforce Unix newlines
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a97ce0b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+# Enforce Unix newlines
+*.conf text eol=lf
+*.sbt text eol=lf
+*.scala text eol=lf
+*.sh text eol=lf
+*.md text eol=lf
+*.txt text eol=lf
+*.yml text eol=lf