File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# When running OpenAPI tests, these committed files are downloaded and written to disk (so we'll know when something changes).
2
- # On Windows, these text files are auto-converted to crlf on fetch, while the written downloaded files use lf line endings.
2
+ # On Windows, these text files are auto-converted to crlf on git fetch, while the written downloaded files use lf line endings.
3
3
# Therefore, running the tests on Windows creates local changes. Staging them auto-converts back to crlf, which undoes the changes.
4
- # To avoid this annoyance, the next line opts out of the auto-conversion and forces to lf.
4
+ # To avoid this annoyance, the next lines opt out of the auto-conversion and force to lf.
5
5
swagger.g.json text eol =lf
6
+ ** /GeneratedSwagger /* .json text eol =lf
You can’t perform that action at this time.
0 commit comments