Skip to content

Commit

Permalink
add -r flag to xargs for the format command
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Feb 1, 2024
1 parent 8373dc2 commit f298ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default:

@_ormoluCmd filesCmd:
{{ trim(filesCmd) }} \
| xargs {{ ormolu }} --no-cabal \
| xargs -r {{ ormolu }} --no-cabal \
--ghc-opt -XStandaloneDeriving \
--ghc-opt -XUnicodeSyntax \
--ghc-opt -XDerivingStrategies \
Expand Down

0 comments on commit f298ac3

Please sign in to comment.