From 9ab945a054410b92365d801572a80c9379e18d37 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Feb 2014 07:55:40 +0200 Subject: [PATCH] Enforce Unix line endings. Backported from https://github.com/twbs/bootstrap/commit/f2dab82d307259c9029e21fc5020ada482b0df7c. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fce5728 --- /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 +*.md text eol=lf +*.scss text eol=lf +*.yml text eol=lf