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.
|
- # NOTE: Since these sources could be compiled in DOS and Win the line
- # endings are forced to CRLF for compatibility with those
- # environments. Its likely they won't have access to GIT and the files
- # will come from a Linux host, which would automatically force use LF.
- # Since UNIX usually can handle both gracefully I'm mostly forcing
- # this repo to CRLF.
-
- # OK so I'm (ChipMaster) apparently not smart enough so here goes plan
- # "b" for handling line endings.
-
- # Specific text files needing EOL fixing
- *.c text eol=crlf
- *.C text eol=crlf
- *.h text eol=crlf
- *.H text eol=crlf
- *.bas text eol=crlf
- *.BAS text eol=crlf
- *.bat text eol=crlf
- *.BAT text eol=crlf
- *.cmd text eol=crlf
- *.CMD text eol=crlf
- *.doc text eol=crlf
- *.DOC text eol=crlf
- *.txt text eol=crlf
- *.TXT text eol=crlf
- *.html text eol=crlf
- *.HTML text eol=crlf
- INSTALL text eol=crlf
- COPYING text eol=crlf
- README text eol=crlf
- READMEFIRST text eol=crlf
- /bwbasic.doc text eol=crlf
|