-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dos-style line breaks :-( #104
Comments
I'd suggest something along the lines of
I fully agree with you that CRLF-newlines are horrible and we should all just switch to |
@Gnarflord : Oh, no, I think you misunderstood me. I mean that the source files in this repository have DOS-style line breaks. what you're suggesting is about what |
Ah haha :D |
@Gnarflord : Well, regardless - this is fixed in my fork. I noticed @mpaland has been basically inactive for 2 years now, so I merged a bunch of PR's in there, and also switched to CMake for building. |
Currently, most (but not all) files in this repository have CRLF's and end of lines - like in MS-DOS... those are quite uncommon these days. I suggest you switch to regular LF-only line breaks.
Note: I don't mean CRLFs in what's produced by the code, I mean line breaks at the end of lines in
printf.c
,printf.h
etc.The text was updated successfully, but these errors were encountered: