Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster a877e4f420
Convert repo to use Arcade (#1809) 2019-05-23 16:37:19 -07:00
Ryan Nowak 2469f0d51c Fix line endings on OSX
This change makes our baseline system use CRLF for line endings end to
end. This isn't needed for correctness, but it helps with quality of
life when developing on OSX.

This will avoid churn to the baseline files related to line endings when
updating.

This might only take effect if you nuke the TestFiles directory and
check it out again.
2018-04-18 15:04:35 -04:00
Ryan Nowak 92b8575fa4 Force LF for package-lock.json
Most versions of NPM in use always use LF for line endings anyway.
Forcing LF on windows should limit the number of no-op changes.

This issue has been fixed in NPM
(see https://github.com/npm/npm/issues/1716) but not everyone will have
the fix.
2018-03-21 13:59:35 -07:00