diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d6ceb16..eaa896f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ +# Interpret .json & .blake2b test data files as binary (not text) +# Otherwise test signatures made with different line endings will become invalid +# Use LF for created .json files, also on Windows test_data/**/*.json -text eol=lf test_data/**/*.blake2b -text |
