-
Use CR for line breaks (Mac style).
Declaration
Swift
case cr -
Use LN for line breaks (Unix style).
Declaration
Swift
case ln -
Use CR LN for line breaks (DOS style).
Declaration
Swift
case crln
View on GitHub
Install in Dash