kakoune/test/indent/go
Tony Gong 039a10a34c Do not indent Golang comments as code
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.
2022-06-05 06:05:45 -07:00
..
deindent-function-closing-brace Provide better support for Go language. 2020-09-07 21:48:06 +02:00
deindent-generic-closing-brace Improve '}' auto inserting for go language. 2020-09-20 12:25:26 +02:00
deindent-if-closing-brace Provide better support for Go language. 2020-09-07 21:48:06 +02:00
insert-comment Do not indent Golang comments as code 2022-06-05 06:05:45 -07:00