Browse Source

Forcing line ending strategy consistency across platforms

pull/182/head
Nige 5 years ago
parent
commit
4b4ee8f9a4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .gitattributes

+ 2
- 0
.gitattributes View File

@ -0,0 +1,2 @@
# Unifying line endings so tests can pass on Windows
*.json text eol=lf

Loading…
Cancel
Save