kbiakov / CodeView-Android

Display code with syntax highlighting :sparkles: in native way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add newline "\n" in every end of line

mostasim opened this issue Β· comments

Is there any solution that adds "\n" in every end of a line? Or any other way that can manage pure code of any programming language without adding "\n" in every line.
Thanks πŸ‘

Yeah, you should do that. This symbol is used internally to define that the end of the line was reached.