Benjamin Fischer

Results 5 issues of Benjamin Fischer

**Completed checklist** - [x] I've checked the issue tracker for similar issues. - [x] I am not creating an issue about adding more configuration options for the styling/layout of hindent,...

Input: ``` Haskell string = '☑' : " same line" ``` Expected output: ``` Haskell string = '☑' : " same line" ``` Actual output: ``` Haskell string = '☑'...

bug

For JSON Lint 1.6.3, running `jsonlint --version` returns exit code 1, which is commonly used to indicate failure. Instead, I'd expected `jsonlint --version` to return exit code 0, indicating success,...

First of all, thanks for this helpful library. The Dockerfile ```dockerfile FROM alpine RUN echo 'a b' ``` is pretty printed by `prettyPrint` as ```dockerfile FROM alpine RUN echo 'a...

Thanks for your work on treefmt. **Describe the bug** When running `treefmt-nix` with a list of files to format, only the first file is considered while any remaining files are...

bug