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
@ChrisRackauckas could the rule that sends
rn = @reaction_network begin k/$V, A + B --> C end k
to
rn = @reaction_network begin k / $V, A + B --> C end k
be changed to keep the former? I'm having to disable the formatter in Catalyst in a bunch of places to avoid such changes, which decrease readability.
The text was updated successfully, but these errors were encountered:
It could be, I don't know how to go about doing that. Ask in the JuliaFormatter issues?
Sorry, something went wrong.
No branches or pull requests
@ChrisRackauckas could the rule that sends
to
be changed to keep the former? I'm having to disable the formatter in Catalyst in a bunch of places to avoid such changes, which decrease readability.
The text was updated successfully, but these errors were encountered: