Closed philippfranke closed 5 months ago
The following examples will illustrate the issue because github uses your go-tmbundle for syntax highlighting:
One line function head:
func OneLiner(w io.Writer, r io.Reader) {}
Across lines function head:
func OneLiner( w io.Writer, r io.Reader, ) {}
The following examples will illustrate the issue because github uses your go-tmbundle for syntax highlighting:
One line function head:
Across lines function head: