Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indention after 'interface class ... endclass' is one level too deep #1047

Closed
veripoolbot opened this issue Mar 17, 2016 · 2 comments · Fixed by #1768
Closed

indention after 'interface class ... endclass' is one level too deep #1047

veripoolbot opened this issue Mar 17, 2016 · 2 comments · Fixed by #1768
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Alex Reed
Original Redmine Issue: 1047 from https://www.veripool.org


interface class ic;
...
endclass
// this should indent to left margin, but indents one stop to right

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Alex Reed
Original Date: 2016-03-17T17:05:50Z


interface class ic;
  ...
endclass
  // this should indent to left margin, but indents one stop to right

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-11-19T13:32:22Z


Still a problem, perhaps someone would like to contribute a patch?

gmlarumbe added a commit to gmlarumbe/verilog-mode that referenced this issue May 20, 2022
Signed-off-by: Gonzalo Larumbe <gonzalomlarumbe@gmail.com>
gmlarumbe added a commit to gmlarumbe/verilog-mode that referenced this issue May 20, 2022
Signed-off-by: Gonzalo Larumbe <gonzalomlarumbe@gmail.com>
gmlarumbe added a commit to gmlarumbe/verilog-mode that referenced this issue May 20, 2022
Signed-off-by: Gonzalo Larumbe <gonzalomlarumbe@gmail.com>
wsnyder pushed a commit that referenced this issue May 20, 2022
* verilog-mode.el (verilog-backward-sexp, verilog-forward-sexp, verilog-leap-to-class-head, verilog-leap-to-head):
Fix indentation after interface class (#1047) (#1768). Reported by Gonzalo Larumbe.

Signed-off-by: Gonzalo Larumbe <gonzalomlarumbe@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant