dprint-plugin-typescript icon indicating copy to clipboard operation
dprint-plugin-typescript copied to clipboard

Align assignments

Open xseman opened this issue 2 years ago • 0 comments

Hello, I'm looking for a rule which aligns all = or : on assignments, similar to golang fmt.

Something like this would be positive:

const foo    = 12;
const bar    = 21;
const foobar = 22;
const foo = {
    bar:    123,
    barbaz: 123
}

Thanks!

xseman avatar Feb 01 '23 07:02 xseman