Configuration
Configuration File
qasmfmt looks for qasmfmt.toml in the current directory.
# qasmfmt.toml
# Number of spaces per indentation level
indent_size = 2
# Maximum line width
max_width = 100
Options
| Option | Type | Default | Description |
|---|---|---|---|
indent_size | integer | 2 | Spaces per indent level |
max_width | integer | 100 | Maximum line width |