If I create a jsonnet file with: ```jsonnet local asd( x=1 ) = { hello: x, }; asd(x=4) ``` It gets auto-formatted to: ```jsonnet local asd( x=1 ) = { hello: x, }; asd(x=4) ``` Which is really weird.
If I create a jsonnet file with:
It gets auto-formatted to:
Which is really weird.