brittany
Verified for current stable LTS
Brittany Command: Format All Haskell Files In Place
Use for format all haskell files in place with Brittany. Exact CLI syntax to format all haskell files in place using Brittany.
When to use this: Use for format all haskell files in place with Brittany.
Command Syntax
brittany --write-mode=inplace <*.hs> brittany --write-mode=inplace <*.hs> Command Breakdown
--write-mode=inplace- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to format all haskell files in place using Brittany.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Brittany Command: Format Haskell File Print
brittany <path/to/file.hs> Brittany Command: Check Haskell File Need Changes brittany --check-mode <path/to/file.hs> Brittany Command: Format Haskell File Custom Indentation brittany --indent <4> --columns <100> <path/to/file.hs> Brittany Command: Format Haskell File Using Config brittany --config-file <path/to/config.yaml> <path/to/file.hs> Brittany Command: Format Haskell File To Stdout brittany <path/to/file.hs>