John Smith
john@example.com
Previously, this was the output of the formatter: ``` fn f = () => { return () => { return 1 } } ``` Now the above will be reformatted as ``` fn f = () => { return () => { return 1 } } ``` Much better!
Adds new stdlib functions segStart, segStartX, segStartY, segEnd Part of <https://github.com/KittyCAD/modeling-app/issues/4382>