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 majority of codebases I work with use JuliaFormatter (thanks!) so I have VSCode set up to format on save.
However some repos don't chose to use it, and I'm not aware of a way to opt out in VSCode without using a different key combo to save etc.
It'd be nice to be able to set a .JuliaFormatter.toml up that disables formatting for the entire repo.
.JuliaFormatter.toml
Setting
ignore = [""]
or "/" or "*" didn't seem to work
"/"
"*"
The text was updated successfully, but these errors were encountered:
ignore = [""] and calling format(".") does work for me. It seems this is a vscode issue.
Sorry, something went wrong.
No branches or pull requests
The majority of codebases I work with use JuliaFormatter (thanks!) so I have VSCode set up to format on save.
However some repos don't chose to use it, and I'm not aware of a way to opt out in VSCode without using a different key combo to save etc.
It'd be nice to be able to set a
.JuliaFormatter.toml
up that disables formatting for the entire repo.Setting
or
"/"
or"*"
didn't seem to workThe text was updated successfully, but these errors were encountered: