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

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-03-13 08:43:42 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-13 08:51:40 +0400
commit3964e38c2b0337e8ab7b1350476806256738c366 (patch)
treecb5cf39fd1e821bca1de39336c72379442ede11d
parentca714de23e111435ffb1bda67fa7fa6dc9cc67b8 (diff)
Enforce LF.
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b39ef45
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+# Enforce Unix newlines
+*.css text eol=lf
+*.js text eol=lf
+*.json text eol=lf
+*.md text eol=lf
+*.yml text eol=lf