brittany
Verified for current stable LTS
Brittany Commands
Brittany command syntax with verified terminal examples.
Commands
9 commands for Brittany
brittany Operations
Brittany Command: Check Haskell File For Changes
brittany --check-mode <path/to/file.hs> brittany Operations
Brittany Command: Check Haskell File Need Changes
brittany --check-mode <path/to/file.hs> brittany Operations
Brittany Command: Format All Haskell Files In Place
brittany --write-mode=inplace <*.hs> brittany Operations
Brittany Command: Format Haskell File Custom Indentation
brittany --indent <4> --columns <100> <path/to/file.hs> brittany Operations
Brittany Command: Format Haskell File Print
brittany <path/to/file.hs> brittany Operations
Brittany Command: Format Haskell File To Stdout
brittany <path/to/file.hs> brittany Operations
Brittany Command: Format Haskell File Using Config
brittany --config-file <path/to/config.yaml> <path/to/file.hs> brittany Operations
Brittany Command: Format Haskell File With Config File
brittany --config-file <path/to/config.yaml> <path/to/file.hs> brittany Operations
Brittany Command: Format Haskell File With Indentation And Line Length
brittany --indent <4> --columns <100> <path/to/file.hs> Suggest a Brittany Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Brittany workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.