ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
1.0 KiB

  1. # NOTE: Since these sources could be compiled in DOS and Win the line
  2. # endings are forced to CRLF for compatibility with those
  3. # environments. Its likely they won't have access to GIT and the files
  4. # will come from a Linux host, which would automatically force use LF.
  5. # Since UNIX usually can handle both gracefully I'm mostly forcing
  6. # this repo to CRLF.
  7. # OK so I'm (ChipMaster) apparently not smart enough so here goes plan
  8. # "b" for handling line endings.
  9. # Specific text files needing EOL fixing
  10. *.c text eol=crlf
  11. *.C text eol=crlf
  12. *.h text eol=crlf
  13. *.H text eol=crlf
  14. *.bas text eol=crlf
  15. *.BAS text eol=crlf
  16. *.bat text eol=crlf
  17. *.BAT text eol=crlf
  18. *.doc text eol=crlf
  19. *.DOC text eol=crlf
  20. *.txt text eol=crlf
  21. *.TXT text eol=crlf
  22. *.html text eol=crlf
  23. *.HTML text eol=crlf
  24. INSTALL text eol=crlf
  25. COPYING text eol=crlf
  26. README text eol=crlf
  27. READMEFIRST text eol=crlf
  28. /bwbasic.doc text eol=crlf