Format
- class Format
Formatter options for Syside
Members defined in
Format(4 members)
RWFormatter visual line-width limit.
RWNumber of spaces for tabs if using space indentation.
RWIndent using tabs instead of spaces.
Members inherited from
FormatOptions(10 members)
RWOptions for binary ends formatting:
RWOptions for declarations.
RWOptions for declaration formatting.
RWChoose between
{}and;when formatting empty children blocks:
RWOptions for keyword formatting, switching between keywords and tokens, or omitting keywords where possible.
RWWhether to treat
CommentandDocumentationbodies as Markdown.
RWOptions for expression parentheses formatting:
RWWhether to strip quotes from quoted identifiers where possible.
RWOptions for printing synthetic elements.
RWOptions for trailing comma placement.
Attributes
- property line_width: int
Formatter visual line-width limit.
Formatter will attempt to fit formatted lines into this number of visual columns.
- property tab_width: int | None
Number of spaces for tabs if using space indentation.
Takes priority over editor settings if set. Defaults to
4otherwise.
- property tabs: bool | None
Indent using tabs instead of spaces.
Takes priority over editor settings if set. Defaults to
falseotherwise.
Methods
- __init__() None