-
Notifications
You must be signed in to change notification settings - Fork 0
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
Brings in vhdl style formatter. #151
Conversation
Fixes #142 |
1aa32b6
to
5c135db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments on things I'd like to see changed. I'm not sure if they were preferences you had, or tool defaults. Happy to discuss as you see fit! These were the only things that jumped out at me in a visceral way as I scrolled through. I'm sure there will be more points to discuss as we live with this code and style. It sure is nice to look at consistently formatted files though!!
One thing I would like to understand more is the inconsistency with when there is a space between generic (
and not between generic map(
(same goes for port
). I have a slight preference for the space, but either way I'd just like to see us consistent in both cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the README updates too!
This can be run via buck:
buck2 run //tools/multitool:multitool -- format
or if you just want the report without the fixes:buck2 run //tools/multitool:multitool -- format --no-fix
I'll update the README before merging if we're happy with this interface and the application of the rules.
I'm interested in feedback on both the tool interface, and the application of the style rules