snakefmt
Verified for current stable LTS
Snakefmt Command: Format File With Maximum Line Length
Use for format file with maximum line length with Snakefmt. Exact CLI syntax to format file with maximum line length using Snakefmt.
When to use this: Use for format file with maximum line length with Snakefmt.
Command Syntax
snakefmt --line-length <100> <path/to/snakefile> snakefmt --line-length <100> <path/to/snakefile> Command Breakdown
--line-length- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to format file with maximum line length using Snakefmt.
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
Snakefmt Command: Display Dry Run Changes
snakefmt --diff <path/to/snakefile> Snakefmt Command: Format All Snakefiles Recursively snakefmt <path/to/directory> Snakefmt Command: Format File With Configuration snakefmt --config <path/to/config.toml> <path/to/snakefile> Snakefmt Command: Format Specific Snakefile snakefmt <path/to/snakefile> Indent Command: Format Source Kr Style No Tabs 3 Spaces Wrap 120 indent -kr -il3 -nut -l120 <path/to/source.c> -o <path/to/indented_source.c>