If I call Ormolu like this:
$ ormolu -m inplace $(find Text -type f -name "*.hs")
and one of the files returned by find cannot be processed, for example because it has CPP, Ormolu will give up and won't try to format the files later in the list. I think it should.
If I call Ormolu like this:
and one of the files returned by
findcannot be processed, for example because it has CPP, Ormolu will give up and won't try to format the files later in the list. I think it should.