PrinterConfig
- class PrinterConfig
-
Members defined in
PrinterConfig(6 members)
RW
RW
RW
RW
RW
Attributes
- property add_final_newline: bool
- property line_end: syside.LineEnd
- property line_width: int
- property tab_width: int
- property use_spaces: bool
Methods
- __init__(line_width: int = 100, tab_width: int = 4, line_end: syside.LineEnd = LineEnd.LF, use_spaces: bool = True, add_final_newline: bool = True) None