.gitattributes (handle line endings)
This commit is contained in:
parent
c0f84e5099
commit
adf25afa8e
|
@ -0,0 +1,13 @@
|
||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
*.spin text
|
||||||
|
|
||||||
|
*.BAS text eol=crlf
|
||||||
|
DATA.DAT text eol=crlf
|
||||||
|
|
||||||
|
*.MAP binary
|
||||||
|
*.DAT binary
|
||||||
|
*.dat binary
|
||||||
|
*.dmp binary
|
Loading…
Reference in New Issue