-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Enforce LF #12931
Enforce LF #12931
Conversation
Technically, |
I tested it and works as expected with autocrlf on Windows. :) |
This looks weird if I indent it like you suggest @juthilo :P
But I don't mind, whatever most people like... |
👍 |
No no, leave it as is, it's fine. :) |
OK, I'll wait for @cvrebert's feedback too and then merge it. |
What about my credits for "Normalize line engings" commit? |
There's no credit to give to; I did it myself. For reference https://help.github.com/articles/dealing-with-line-endings#re-normalizing-a-repository |
It doesn't differ from https://github.com/ZDroid/bootstrap/commit/0b7bbba2c9d442a8eaad60db27ab8b1cf7992b2e (except for the |
Obviously it can't differ; it's the same thing. You didn't invent something new. |
We should also set the applicable font file types as binary. |
Well, true, but they aren't touched by git so it seems pointless at this point. The types I added are modified by git if we don't specify them explicitly. |
@cvrebert: what do you think of this way? Should I just add svg instead of this? |
Seems fine—tests are failing though. |
That's just iOS 7 Safari being flaky. |
@XhmikosR Either way seems fine. |
So which of the two ways do you prefer? I think I like more the other way, by adding svg only... |
@XhmikosR Let's do the svg way then. I was slightly irrationally fearful about relying on autodetection anyway. |
Refs #12927
Another way would be to keep doing what we did and specify the filetypes ourselves, but this seems cleaner maybe :/