diff options
| author | XhmikosR <[email protected]> | 2015-08-25 08:50:03 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-25 15:38:20 +0300 |
| commit | 366e51df3f75bca708a9f7489cb9e0088a544596 (patch) | |
| tree | f69650b1148139e69748fa2918d006c58bfb6bf1 | |
| parent | 9420297dc2e548fe70250a0e5c5f40dfb8a73eda (diff) | |
| download | bootstrap-366e51df3f75bca708a9f7489cb9e0088a544596.tar.xz bootstrap-366e51df3f75bca708a9f7489cb9e0088a544596.zip | |
Enforce LF for .rb files too.
| -rw-r--r-- | .gitattributes | 1 |
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 |
