Skip to content

Commit c7a7217

Browse files
committed
exclude lib files from normalizing
1 parent 4a054c5 commit c7a7217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ generate-readme:
7777
# Strip trailing spaces and normalize line endings to crlf
7878
normalize:
7979
bash -c "git ls-files -- ':!GraphvizWrapper/*' | xargs sed -i -b 's/[ \t]*$//' "
80-
bash -c "git ls-files -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.sh' | xargs unix2dos"
80+
bash -c "git ls-files -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.lib' ':!*.sh' | xargs unix2dos"
8181

8282
# Format the code
8383
format:

0 commit comments

Comments
 (0)