diff options
| author | Michael Merickel <michael@merickel.org> | 2020-05-06 22:50:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 22:50:10 -0500 |
| commit | 768a69354248d66956cfa476617db9e3d36e2740 (patch) | |
| tree | ed645a022f8b859d1a523c8fab2f252a2298407d /.gitattributes | |
| parent | 2f3e7cd6365f87659aa3787cbecaee38b5a9b1d7 (diff) | |
| parent | 87040469b30f01c3409bd4fdd8e94d3ed24e805d (diff) | |
| download | pyramid-768a69354248d66956cfa476617db9e3d36e2740.tar.gz pyramid-768a69354248d66956cfa476617db9e3d36e2740.tar.bz2 pyramid-768a69354248d66956cfa476617db9e3d36e2740.zip | |
Merge pull request #3513 from Pylons/workflows
Add Github actions for CI
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a446231f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behaviour, in case poeple don't have core.autocrlf set +* text=auto + +# Always lf, this file size is checked in a test +tests/fixtures/static/encoded.html text eol=lf |
