Skip to content
Snippets Groups Projects
Commit 51d6810d authored by Thaddee Tyl's avatar Thaddee Tyl Committed by Marijn Haverbeke
Browse files

[go mode] Add ')' as electric character.

As a result, the common pattern

import (
	"foo"
	"bar"
	)

will re-indent automatically to the gofmt-blessed

import (
	"foo"
	"bar"
)
parent caff4980
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment