We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--ignore-cr-at-eol
dmake
1 parent c7a0816 commit 72d3edbCopy full SHA for 72d3edb
.github/workflows/scriptcheck.yml
@@ -163,4 +163,5 @@ jobs:
163
if: matrix.python-version == '3.11'
164
run: |
165
make -j$(nproc) run-dmake
166
- git diff --exit-code
+ # *.vcproj files have fixed CRLF endings but are checked out with LF - needs .gitattributes for consistency
167
+ git diff --exit-code --ignore-cr-at-eol
0 commit comments