]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add .gitattributes file to enforce Unix newlines within the repo
authorChris Rebert <code@rebertia.com>
Tue, 3 Dec 2013 19:06:31 +0000 (11:06 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 3 Dec 2013 19:06:31 +0000 (11:06 -0800)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..0c6b2fe
--- /dev/null
@@ -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