-
Notifications
You must be signed in to change notification settings - Fork 71
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
Submodules in one file should be indented according to BlueStyle #484
Labels
Comments
st--
added a commit
to st--/ChainRulesCore.jl
that referenced
this issue
Oct 8, 2021
oxinabox
added a commit
to JuliaDiff/ChainRulesCore.jl
that referenced
this issue
Oct 8, 2021
* format(".") * format workflow * format with blue style * Update src/rule_definition_tools.jl * Revert "format with blue style" This reverts commit 8ddb4ac. * Revert "format(".")" This reverts commit 2783a90. * format(".") with blue style from scratch * manual format cleanup * Update test/tangent_types/tangent.jl * Revert "format(".") with blue style from scratch" This reverts commit 8b54ef6. * add .JuliaFormatter.toml with style = blue * format(".") - hopefully actually with BlueStyle this time around!!! * Update .github/workflows/format.yml Co-authored-by: Lyndon White <[email protected]> * Apply suggestions from code review Co-authored-by: Lyndon White <[email protected]> * fix suggestion * manual formatting workaround for domluna/JuliaFormatter.jl#484 * Update src/rule_definition_tools.jl Co-authored-by: Lyndon White <[email protected]> * Update src/rule_definition_tools.jl * Update src/rule_definition_tools.jl * Update src/rule_definition_tools.jl Co-authored-by: Lyndon White <[email protected]>
Is this recursive? what would this be
|
That would be unchanged. Basically the rule is: |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From: https://github.com/invenia/BlueStyle#modules
Consider the following code:
It is correctly formatted by BlueStyle.
But after I run JuliaFormatter it ends up wrong:
The text was updated successfully, but these errors were encountered: