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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2013-12-03 23:06:31 +0400
committerChris Rebert <code@rebertia.com>2013-12-03 23:06:31 +0400
commitf2dab82d307259c9029e21fc5020ada482b0df7c (patch)
tree38ad59c717deaa0b4361c233b3904546edd46e4d /.gitattributes
parent5a826a65b29f5c89a0c60bede111be7992027a0a (diff)
add .gitattributes file to enforce Unix newlines within the repo
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..0c6b2fea5f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+# Enforce Unix newlines
+*.css text eol=lf
+*.html text eol=lf
+*.js text eol=lf
+*.json text eol=lf
+*.less text eol=lf
+*.md text eol=lf
+*.yml text eol=lf