-
Notifications
You must be signed in to change notification settings - Fork 404
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
Some files have CRLF line endings #224
Comments
@baconpaul i could try it, but how? does sublime editor help me do this stuff easily? :) |
is basically the 20 minutes of work that needs done |
That kind of clean ups have the side-effect making Better to do clean ups in small scale e.g. clean up only the code blocks that you do something actually useful. |
Ugh except for “smart” tools which use crlf when crlf is present. And other smart tools which fix them for you everywhere when you edit one line. We can have one minute of blame pain and get over it But I’m fine to not do this if you really object. Just makes my life mildly irritating in my toolchain while I’m doing wav file on Mac |
Ahh and another bit of annoyance. Xcode (or really I guess clang) counts line numbers differently than emacs in crlf mixed mode so errors don’t match line Goto numbers between compiler and editor :( Now my irritation and weird non alignment from yesterday makes sense! |
Came to other thoughts. Probably most CRLF's are from the original code dump so it should cause minimal irritation to do this. No objections. |
Ok cool! I’m also glad the line number mystery from Saturday now makes sense! |
ANyway, now they don't any more. Checked build all platforms and pushed. |
adding audio wav reader I noticed emacs was saying (DOS) in the corner. So
someone want to dos2unix those one day?
The text was updated successfully, but these errors were encountered: