We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a054c5 commit c7a7217Copy full SHA for c7a7217
justfile
@@ -77,7 +77,7 @@ generate-readme:
77
# Strip trailing spaces and normalize line endings to crlf
78
normalize:
79
bash -c "git ls-files -- ':!GraphvizWrapper/*' | xargs sed -i -b 's/[ \t]*$//' "
80
- bash -c "git ls-files -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.sh' | xargs unix2dos"
+ bash -c "git ls-files -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.lib' ':!*.sh' | xargs unix2dos"
81
82
# Format the code
83
format:
0 commit comments