aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-25 08:50:03 +0300
committerXhmikosR <[email protected]>2015-08-25 15:38:20 +0300
commit366e51df3f75bca708a9f7489cb9e0088a544596 (patch)
treef69650b1148139e69748fa2918d006c58bfb6bf1
parent9420297dc2e548fe70250a0e5c5f40dfb8a73eda (diff)
downloadbootstrap-366e51df3f75bca708a9f7489cb9e0088a544596.tar.xz
bootstrap-366e51df3f75bca708a9f7489cb9e0088a544596.zip
Enforce LF for .rb files too.
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 3d8e20c85..6a776dc6e 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