Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitattributes: json and yaml files LF line endings
Always check-out / check-in json and yaml files with LF line endings. This will also solve a few unit tests on Windows, in which the expectation is that marshalled objects match the the content written in a few yaml or json files. On Windows, these files may be checked out with CRLF line endings, which causes the tests to fail.
- Loading branch information