diff options
| author | Chris Rebert <[email protected]> | 2013-12-03 11:06:31 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-03 11:06:31 -0800 |
| commit | f2dab82d307259c9029e21fc5020ada482b0df7c (patch) | |
| tree | 38ad59c717deaa0b4361c233b3904546edd46e4d /.gitattributes | |
| parent | 5a826a65b29f5c89a0c60bede111be7992027a0a (diff) | |
| download | bootstrap-f2dab82d307259c9029e21fc5020ada482b0df7c.tar.xz bootstrap-f2dab82d307259c9029e21fc5020ada482b0df7c.zip | |
add .gitattributes file to enforce Unix newlines within the repo
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0c6b2fea5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Enforce Unix newlines +*.css text eol=lf +*.html text eol=lf +*.js text eol=lf +*.json text eol=lf +*.less text eol=lf +*.md text eol=lf +*.yml text eol=lf |
