Module newline_style

Source

Enumsยง

EffectiveNewlineStyle ๐Ÿ”’

Constantsยง

CARRIAGE_RETURN ๐Ÿ”’
LINE_FEED ๐Ÿ”’
UNIX_NEWLINE ๐Ÿ”’
WINDOWS_NEWLINE ๐Ÿ”’

Functionsยง

apply_newline_style ๐Ÿ”’
Apply this newline style to the formatted text. When the style is set to Auto, the raw_input_text is used to detect the existing line endings.
auto_detect_newline_style ๐Ÿ”’
convert_to_unix_newlines ๐Ÿ”’
convert_to_windows_newlines ๐Ÿ”’
effective_newline_style ๐Ÿ”’
native_newline_style ๐Ÿ”’