// https://github.com/nvim-treesitter/nvim-treesitter/issues/2369package main
import"fmt"funcgoodIndent(param string) {
fmt.Println("typing o here works as expected")}funcbadIndent(
param string,// this is the difference) {
fmt.Println("typing o here triggers bad indent")foo(bar,
baz,
call,
stop,
please)}