No description
Find a file
2025-12-24 09:50:07 +01:00
locale feat: add doc 2025-12-24 09:50:07 +01:00
src/rougail/output_formatter feat: add doc 2025-12-24 09:50:07 +01:00
tests fix: update tests 2025-12-22 09:57:57 +01:00
CHANGELOG.md bump: version 0.1.0a22 → 0.1.0a23 2025-12-22 09:58:13 +01:00
LICENSE Initial commit 2024-12-23 21:02:01 +01:00
pyproject.toml bump: version 0.1.0a22 → 0.1.0a23 2025-12-22 09:58:13 +01:00
README.fr.md feat: add doc 2025-12-24 09:50:07 +01:00
README.md feat: add doc 2025-12-24 09:50:07 +01:00

load_unexist_redefine: redefine: true type: boolean default: jinja: >- {{ step.output is not propertyerror and step.output == 'formatter' }} description: true if formatter is not in "step.output" hidden: jinja: >- {{ step.output is not propertyerror and step.output == 'formatter' }} return_type: boolean description: if formatter is not in "step.output"

cli:

load_config: exists: true redefine: true type: boolean default: jinja: >- {{ step.output is propertyerror or step.output != 'formatter' }} description: true if formatter is not in "step.output"

formatter: description: Reformat the structure files help: |- The structure file will be formatted according to a set of rules: empty line between each variable, condensed notation whenever possible, attribute order, re-indentation (especially for Jinja2 templates), ... disabled: jinja: >- {{ step.output is propertyerror or step.output != 'formatter' }} return_type: boolean description: if formatter is not set in "step.output"

line_width: 120 # Maximum line size

load_unexist_redefine: redefine: true type: boolean default: jinja: >- {{ step.output is not propertyerror and step.output == 'formatter' }} description: true if formatter is not in "step.output" hidden: jinja: >- {{ step.output is not propertyerror and step.output == 'formatter' }} return_type: boolean description: if formatter is not in "step.output"

cli:

load_config: exists: true redefine: true type: boolean default: jinja: >- {{ step.output is propertyerror or step.output != 'formatter' }} description: true if formatter is not in "step.output"

formatter: description: Reformat the structure files help: |- The structure file will be formatted according to a set of rules: empty line between each variable, condensed notation whenever possible, attribute order, re-indentation (especially for Jinja2 templates), ... disabled: jinja: >- {{ step.output is propertyerror or step.output != 'formatter' }} return_type: boolean description: if formatter is not set in "step.output"

line_width: 120 # Maximum line size

load_unexist_redefine: redefine: true type: boolean default: jinja: >- {{ step.output is not propertyerror and step.output == 'formatter' }} description: true if formatter is not in "step.output" hidden: jinja: >- {{ step.output is not propertyerror and step.output == 'formatter' }} return_type: boolean description: if formatter is not in "step.output"

cli:

load_config: exists: true redefine: true type: boolean default: jinja: >- {{ step.output is propertyerror or step.output != 'formatter' }} description: true if formatter is not in "step.output"

formatter: description: Reformat the structure files help: |- The structure file will be formatted according to a set of rules: empty line between each variable, condensed notation whenever possible, attribute order, re-indentation (especially for Jinja2 templates), ... disabled: jinja: >- {{ step.output is propertyerror or step.output != 'formatter' }} return_type: boolean description: if formatter is not set in "step.output"

line_width: 120 # Maximum line size


gitea: none include_toc: true

🇬🇧 (EN) - 🇫🇷 (FR)

Reformat the structure files

Note

The structure file will be formatted according to a set of rules: empty line between each variable, condensed notation whenever possible, attribute order, re-indentation (especially for Jinja2 templates), ...
Path: formatter
disabled
Disabled: if formatter is not set in "Select for output"

Variable Description Default value Type
formatter.line_width
Command line:
--formatter.line_width
Environment variable: FORMATTER.LINE_WIDTH
Maximum line size. 120 integer mandatory