summaryrefslogtreecommitdiff
path: root/test/indent/go/insert-comment/out
AgeCommit message (Collapse)Author
2022-06-05Do not indent Golang comments as codeTony Gong
When indenting on newline in Go files, only remove trailing whitespace on the previous line and copy indentation of the previous line if in comment context. Added regression tests.