Line endings for Drupal in git

Rather than using git config core.autocrlf input to control line endings, which has to be done per-user and feels a bit magical (i.e. I don’t really understand what it’s doing), you can set them on a per-repository and per file type basis. This avoids problems with users having different configurations and with git incorrectly guessing […]