Skip to content

Commit

Permalink
Add a basic .gitattributes file (open-quantum-safe#723)
Browse files Browse the repository at this point in the history
This should force the handling of trialing whitespace and newlines a bit better.
  • Loading branch information
thomwiggers authored Apr 15, 2020
1 parent e91e334 commit 866f409
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# see https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html

* text=auto whitespace=trailing-space

*.png binary
*.jpe?g binary

0 comments on commit 866f409

Please sign in to comment.