Skip to content
Prev Previous commit
Next Next commit
Was the change really needed? It looks like rubocop is complaining ab…
…out CR but the test doesn't fail!?
  • Loading branch information
jgfoster committed Oct 13, 2021
commit 7fe8f550c62e9e8917913b7948fd76cb1bf1cb9e
6 changes: 2 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
# in your working directory. In either case, they will have LF line endings in
# the Git repository itself.

# We would pick auto (so Windows users have CRLF to satisfy dumb editors),
# but the automated tests include some sort of linting that complains when
# a CR is detected. So, we use LF to force it to LF on all platforms!
* text eol=lf
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout. Git would likely get these right, but
Expand Down