juvix icon indicating copy to clipboard operation
juvix copied to clipboard

Formatting of imports breaks lines unnecessarily

Open lukaszcz opened this issue 10 months ago • 2 comments

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.

lukaszcz avatar Apr 18 '24 14:04 lukaszcz

I haven't been able to reproduce this problem. Can you provide a minimal example?

janmasrovira avatar Jun 07 '24 11:06 janmasrovira

https://github.com/anoma/juvix-stdlib/blob/main/Stdlib/Cairo/Pedersen.juvix

Probably stuff below the imports can be ignored to reproduce.

lukaszcz avatar Jun 07 '24 12:06 lukaszcz