brittany
Verified for current stable LTS
Brittany Command: Format Haskell File With Indentation And Line Length
Use for format haskell file with indentation and line length with Brittany. Exact CLI syntax to format haskell file with indentation and line length using Brittany.
When to use this: Use for format haskell file with indentation and line length with Brittany.
Command Syntax
brittany --indent <4> --columns <100> <path/to/file.hs> brittany --indent <4> --columns <100> <path/to/file.hs> Command Breakdown
--indent- Command Option
- Tool-specific option used by this command invocation.
--columns- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to format haskell file with indentation and line length 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: Check Haskell File For Changes
brittany --check-mode <path/to/file.hs> Brittany Command: Check Haskell File Need Changes brittany --check-mode <path/to/file.hs> Brittany Command: Format All Haskell Files In Place brittany --write-mode=inplace <*.hs> Brittany Command: Format Haskell File Custom Indentation brittany --indent <4> --columns <100> <path/to/file.hs> Brittany Command: Format Haskell File Print brittany <path/to/file.hs>