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:
authorXhmikosR <xhmikosr@gmail.com>2015-08-25 08:50:03 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-08-25 15:38:20 +0300
commit366e51df3f75bca708a9f7489cb9e0088a544596 (patch)
treef69650b1148139e69748fa2918d006c58bfb6bf1 /.gitattributes
parent9420297dc2e548fe70250a0e5c5f40dfb8a73eda (diff)
Enforce LF for .rb files too.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 3d8e20c85e..6a776dc6e4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,6 +4,7 @@
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
+*.rb text eol=lf
*.scss text eol=lf
*.svg text eol=lf
*.yml text eol=lf