search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Brittany Commands
9 brittany entries
Limited to 100 results
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>