You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the very nice package. Is it currently possible with JuliaFormatter to specify a non-zero indentation level for the modules in a file? i.e., instead of
module A
const b =1f(x) = b
module B
g(t) = t
endend
emitting
module A
const b =1f(x) = b
module B
g(t) = t
endend
The text was updated successfully, but these errors were encountered:
Thanks for the very nice package. Is it currently possible with
JuliaFormatter
to specify a non-zero indentation level for the modules in a file? i.e., instead ofemitting
The text was updated successfully, but these errors were encountered: