Sublime Forum

Bracket problem with golang

#1

When I type

results, err = user.List(&ApiRequest{

Now if I type enter, it becomes

results, err = user.List(&qiqi.ApiRequest{
		
   })

And I was expecting

results, err = user.List(&qiqi.ApiRequest{
		
})

Any ideas how to fix that?

0 Likes

#2

Although GoTools can format codes on save, but I still want to fix this problem

0 Likes

#3
0 Likes