juvix
juvix copied to clipboard
Formatting of imports breaks lines unnecessarily
The import
import Stdlib.Cairo.Ec as Ec;
gets formatted into
import
Stdlib.Cairo.Ec as Ec;
I don't understand the reason. It's merely 30 characters long - the line shouldn't be broken up.
I haven't been able to reproduce this problem. Can you provide a minimal example?
https://github.com/anoma/juvix-stdlib/blob/main/Stdlib/Cairo/Pedersen.juvix
Probably stuff below the imports can be ignored to reproduce.