kakoune/test/indent/go
Tony Gong 680dc8cd91 Golang do not align to open ( or {
Changed the indentation behavior such that an extra level of
indentation is added after a line containing a ( or { that is
not closed on the same line instead of aligning to the unclosed
( or {. This is consistent with how `go fmt` formats source code.

Added regression tests.
2022-06-05 06:19:30 -07:00
..
deindent-function-closing-brace Provide better support for Go language. 2020-09-07 21:48:06 +02:00
deindent-generic-closing-brace Golang do not align to open ( or { 2022-06-05 06:19:30 -07: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