diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-13 12:59:31 +0200 |
---|---|---|
committer | Nicolas Peugnet <n.peugnet@free.fr> | 2021-09-13 13:27:57 +0200 |
commit | 04bd3f8a7dc68050de8b0f9ab6876e67da6976b9 (patch) | |
tree | e0b563508cfb141258442f04ba02a962f2ab57f9 /sketch | |
parent | 0eb5ef4003d9cd4ba9995e67bf4a2ff04d367de9 (diff) | |
download | dna-backup-04bd3f8a7dc68050de8b0f9ab6876e67da6976b9.tar.gz dna-backup-04bd3f8a7dc68050de8b0f9ab6876e67da6976b9.zip |
add gitattributes to force testdata to use LF
Diffstat (limited to 'sketch')
-rw-r--r-- | sketch/testdata/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sketch/testdata/.gitattributes b/sketch/testdata/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/sketch/testdata/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf |