You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foo.
bar.
baz
Now indents properly as
foo.
bar.
baz
Fix by treating period as an operator so it is taken into account by
go--continuation-line-indents-p. Period isn't technically a Go
operator, but it can be a dangling operator as far as go-mode is
concerned.
Fixes#346.
Closes: #347 [via git-merge-pr]
0 commit comments