mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 11:33:44 +00:00
.gitattributes: enforce LF for scss files.
[ci skip]
This commit is contained in:
parent
9fa2f64717
commit
a0ba1f1f62
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -3,8 +3,8 @@
|
||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
*.json text eol=lf
|
*.json text eol=lf
|
||||||
*.less text eol=lf
|
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
|
*.scss text eol=lf
|
||||||
*.svg text eol=lf
|
*.svg text eol=lf
|
||||||
*.yml text eol=lf
|
*.yml text eol=lf
|
||||||
# Don't diff or textually merge source maps
|
# Don't diff or textually merge source maps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue