-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Force LF for package-lock files - not all version of NPM detect line endings. | ||
package-lock.json text eol=lf | ||
package-lock.json text eol=lf | ||
|
||
# Use windows line endings in baselines to minimize churn to baseline files | ||
TestFiles/** text eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters