syside.PrinterConfig

class PrinterConfig(line_width: int = 80, tab_width: int = 4, line_end: syside.LineEnd = LineEnd.LF, use_spaces: bool = True, add_final_newline: bool = True)

Initialization

property line_width: int
property tab_width: int
property line_end: syside.LineEnd
property use_spaces: bool
property add_final_newline: bool