We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The selective model extension, which mofmt supports since #6, is not formatted correct.
This code:
model NewPlant extends System( break controller, break reference); end NewPlant;
Is formatted as:
model NewPlant extends System( break controller , break reference ); end NewPlant;
Note the extra white spaces at the end of each break statement.
The text was updated successfully, but these errors were encountered:
Fix whitespaces in inheritance modifiers (#47)
8f2ceff
Fixes #46
Fixed in d3c7293, so you can use this commit in pre-commit. For manual usage, use command cargo install --git.
pre-commit
cargo install --git
It will be included in 0.6.0, but I will wait with the release until I implement HTML formatting.
0.6.0
Sorry, something went wrong.
ErykMroczek
Successfully merging a pull request may close this issue.
The selective model extension, which mofmt supports since #6, is not formatted correct.
This code:
Is formatted as:
Note the extra white spaces at the end of each break statement.
The text was updated successfully, but these errors were encountered: