dprint / dprint-plugin-typescript

TypeScript and JavaScript code formatting plugin for dprint.
https://dprint.dev/plugins/typescript
MIT License
248 stars 50 forks source link

feat: remove curly spacing in gen_object_like_node #616

Open aPoCoMiLogin opened 3 months ago

aPoCoMiLogin commented 3 months ago

this change modifies behaviour of single_line_options.space_at_end option, based on the last member token when objectPattern.spaceSurroundingProperties is enabled. the reason being that current behaviour breaks one of eslint rule object-curly-spacing.

had to change few test cases, so it might be a break change for some ppl, if that was the case then maybe it deserves separate option, let me know what you think.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.