nvim-treesitter/tests/indent/go/const_declaration.go

7 lines
69 B
Go

package main
const (
ExampleOne = iota
ExampleTwo
ExampleThree
)