-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
e.g. don't indent inside `module ... end"?
# Yes
module Foo
export bar
bar() = 1
end
# No
module Foo
export bar
bar() = 1
endPerhaps other rules? e.g. Blank line after module and before end?
# Yes
module Foo
export bar
bar() = 1
end
# No
module Foo
export bar
bar() = 1
endit'd also be kind nice to add a comment after end e.g. end # module?
Raised by @iamed2 in JuliaDatabases/LibPQ.jl#197 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels