diff options
author | Roger Braunstein <[email protected]> | 2023-07-05 01:57:42 -0700 |
---|---|---|
committer | Roger Braunstein <[email protected]> | 2023-07-05 01:57:42 -0700 |
commit | 8a484b02141d91d3597124bc2948c79d7151f3b0 (patch) | |
tree | 461f9f4c981ec3bf6070829e974f2418f0808c5f /.gitattributes | |
parent | 1a7be97dc118810454ada7edec91a6c8a2743302 (diff) | |
download | cartreader-8a484b02141d91d3597124bc2948c79d7151f3b0.tar.gz cartreader-8a484b02141d91d3597124bc2948c79d7151f3b0.zip |
CRLF required for cart database files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6ca2653 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Essential that the "database" files on the SD card use CRLF line endings +sd/*.txt text eol=crlf |