fredrikekre / Runic.jl

A code formatter for Julia with rules set in stone.
MIT License
92 stars 2 forks source link

Indent module if there are more things in the file #5

Closed fredrikekre closed 3 months ago

fredrikekre commented 3 months ago
module Foo
    f() = 1
end

more code