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
Let's say I have a file foo.jl:
foo.jl
a = 1
then this gets turned into (given an empty .JuliaFormatter.toml):
.JuliaFormatter.toml
Is that intended behaviour?
The text was updated successfully, but these errors were encountered:
what options are you formatting with?
Sorry, something went wrong.
with an empty .toml and format(".")
.toml
format(".")
What's exactly the content of the formatted file? a = 1\n or a = 1\n\n? If that is the former, it should be intended behavior.
a = 1\n
a = 1\n\n
No branches or pull requests
Let's say I have a file
foo.jl
:then this gets turned into (given an empty
.JuliaFormatter.toml
):Is that intended behaviour?
The text was updated successfully, but these errors were encountered: