Is there a way to disable the Gleam VsCode extension from automatically formatting newlines? I want all the other features (adjust indents, spaces, labeling types, etc) but I want to it leave my newlines alone. (There's value to consistent formatters. Is there an alternate formatter if there's no easy toggle?)
In the example (from Advent of Code) the top function is clear at a glance: it does something to the text, and then something similar to each line. The bottom function -- arranged by the formatter and no longer balanced across lines -- takes me about 3x longer to read.



