summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-05-06 22:50:10 -0500
committerGitHub <noreply@github.com>2020-05-06 22:50:10 -0500
commit768a69354248d66956cfa476617db9e3d36e2740 (patch)
treeed645a022f8b859d1a523c8fab2f252a2298407d /.gitattributes
parent2f3e7cd6365f87659aa3787cbecaee38b5a9b1d7 (diff)
parent87040469b30f01c3409bd4fdd8e94d3ed24e805d (diff)
downloadpyramid-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--.gitattributes5
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