kakoune/test/indent/go/deindent-generic-closing-brace
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
..
cmd Add test cases for go closing brace indentation 2020-07-26 20:28:33 -06:00
in Golang do not align to open ( or { 2022-06-05 06:19:30 -07:00
out Golang do not align to open ( or { 2022-06-05 06:19:30 -07:00
rc Add test cases for go closing brace indentation 2020-07-26 20:28:33 -06:00