We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello, it would be nice to have the option to put whitespace on empty lines to match the current indent level.
fn foo() { let thing = 1; <- Keep this indent. let thing = 2; }