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

Question: Newb Indent Questions #569

Closed
veripoolbot opened this issue Nov 7, 2012 · 0 comments
Closed

Question: Newb Indent Questions #569

veripoolbot opened this issue Nov 7, 2012 · 0 comments
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Tom Smith
Original Redmine Message: 944 from https://www.veripool.org


Hi All,
Just started using verilog-mode and had a few questions to setup my indents.

Currently I get the following with the default settings:

typedef enum logic {
                     APPLE = 1'b0,
                     ORANGE = 1'b1
                     } FRUIT_t;

What settings do I need to change to get the following. Have played around with multiple settings but can't get it right:

typedef enum logic {
    APPLE = 1'b0,
    ORANGE = 1'b1
} FRUIT_t;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant