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
e.g. don't indent inside `module ... end"?
# Yes module Foo export bar bar() = 1 end # No module Foo export bar bar() = 1 end
Perhaps other rules? e.g. Blank line after module and before end?
module
end
it'd also be kind nice to add a comment after end e.g. end # module?
end # module
Raised by @iamed2 in JuliaDatabases/LibPQ.jl#197 (comment)
The text was updated successfully, but these errors were encountered:
I agree with the suggestions made here. I'd also suggest one module definition per file.
Sorry, something went wrong.
No branches or pull requests
e.g. don't indent inside `module ... end"?
Perhaps other rules? e.g. Blank line after
module
and beforeend
?it'd also be kind nice to add a comment after
end
e.g.end # module
?Raised by @iamed2 in JuliaDatabases/LibPQ.jl#197 (comment)
The text was updated successfully, but these errors were encountered: