PrinterConfig

class PrinterConfig
Members defined in PrinterConfig (6 members)

add_final_newline

RW

line_end

RW

line_width

RW

tab_width

RW

use_spaces

RW

__init__

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
Used in