diff options
| author | XhmikosR <[email protected]> | 2015-08-25 08:04:30 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-25 08:04:30 +0300 |
| commit | a0ba1f1f6223ff6b34cbedb42fc06da95bbf2d6c (patch) | |
| tree | b931318b839cbf041cd3e340f2df1b1c61b34c36 /.gitattributes | |
| parent | 9fa2f64717e77dbd2ea62f8702d26f9ef66c914b (diff) | |
| download | bootstrap-a0ba1f1f6223ff6b34cbedb42fc06da95bbf2d6c.tar.xz bootstrap-a0ba1f1f6223ff6b34cbedb42fc06da95bbf2d6c.zip | |
.gitattributes: enforce LF for scss files.
[ci skip]
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index f14050368..3d8e20c85 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,8 @@ *.html text eol=lf *.js text eol=lf *.json text eol=lf -*.less text eol=lf *.md text eol=lf +*.scss text eol=lf *.svg text eol=lf *.yml text eol=lf # Don't diff or textually merge source maps |
