conf
Index
Classes
Options for |
||
Options for binary ends formatting: |
||
Options for inserting line breaks. |
||
Options for trailing comma placement. |
||
Syside configuration using TOML 1.0. See TOML page for more details. |
||
Whether to show the |
||
Format options for declarations |
||
Inlay hint options for effective names. |
||
Options for |
||
Options for |
||
Formatter options for Syside |
||
Formatter options for Syside |
||
Formatting option that can either be preserved from source, or overridden. |
||
Options for |
||
Options for implicit specialization hints. |
||
Options for implicit redefinitions. |
||
Options for inlay hints. |
||
Options for keyword formatting |
||
Configuration for validations and lints. |
||
Syside LSP options. |
||
Options for merging consecutive declaration relationships. |
||
Options for |
||
Options for |
||
Options for expression parentheses formatting: |
||
Options for |
||
Whether to show the |
||
Options for |
||
Options for |
||
Options for printing synthetic elements. |
||
Telemetry options. |
||
Options for parenthesizing expressions in while loops. |
Functions
Load |
Enumerations
An option to |
||
Action to take on crash in regard to crash reports. |
||
Severity of a lint rule. |
||
LSP editing scope. |
||
Synthetic float format |
||
An option to print a non-word |
||
Whether to place |
||
An option to control multiplicity range placement relative to declaration specializations. |
||
Type to check multiplicity range bounds expression result against. |
||
Hinted name preference |
||
Whether to print null expressions as |
||
Whether to place operators |
||
An option to |
||
An option to print a non-word |
||
An option to |
||
Toggle option |
Functions
- load_config(arg: str | os.PathLike[AnyStr], /) syside.conf.Config
Load
Configfrom the givenpath.Raises
FileNotFoundErrorif there is no such file. RaisesRuntimeErrorif parsing fails otherwise.
Enumerations
- class AlwaysNever
An option to
alwaysprint some token, ornever.
- class CrashTelemAction
Action to take on crash in regard to crash reports.
- class DiagnosticSeverity
Severity of a lint rule.
- class Edit
LSP editing scope.
- class FloatFormat
Synthetic float format
- class KwToken
An option to print a non-word
token, or wordkeyword.
- class MultiOrder
Whether to place
ordered, ornonunique, first when printing multiplicity ranges.
- class MultiPlacement
An option to control multiplicity range placement relative to declaration specializations.
- class MultiplicityBoundType
Type to check multiplicity range bounds expression result against.
- class NameHintPreference
Hinted name preference
- class NullFormat
Whether to print null expressions as
null, or().
- class OperatorBreak
Whether to place operators
beforeline break, orafter.
- class OptionalKw
An option to
alwaysprint some token, oras-needed.
- class OptionalKwToken
An option to print a non-word
token, wordkeyword, ornone.
- class OptionalToken
An option to
alwaysprint some token,neverprint, or printon-breakdue to line width limits.
- class Toggle
Toggle option