a icon indicating copy to clipboard operation
a copied to clipboard

a: text: linux: next line isn't indented automatically after newline

Open as opened this issue 7 years ago • 0 comments

func main(){\n
\tfmt.Println("hello")\n
<--- should auto insert newline here

This works on NT (and macOS), but not Linux.

as avatar Feb 14 '19 05:02 as