Re: [dev] line endings

2016-06-07 Thread Eric Johnson
Maybe this is something we can set in the repo with .gitattributes? https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings. Seems to be a git thing, so maybe Apache infra will honor it too. Barring that, I like the idea of catching it in lint and even documenting the c

Re: [dev] line endings

2016-06-07 Thread Allard Hoeve
Hey! I like UNIX-style endings because they are simpler. But then again, I'm not on Windows anywhere. Did you know that you can append `?w=1` to any Github URL to ignore white-space changes? Not really a solution, but it might help. Best, Allard On Tue, Jun 7, 2016 at 12:47 AM anthony shaw w