Examples (5)
Format a specific Snakefile
snakefmt path/to/snakefileFormat all Snakefiles recursively in a specific directory
snakefmt path/to/directoryFormat a file using a specific configuration file
snakefmt --config path/to/config.toml path/to/snakefileFormat a file using a specific maximum line length
snakefmt --line-length 100 path/to/snakefileDisplay the changes that would be performed without performing them (dry-run)
snakefmt --diff path/to/snakefilemade by @shridhargupta | data from tldr-pages