Lucas Azzola

Results 92 comments of Lucas Azzola

Prettier maintainer here. Just wanted to drop in and mention the setup with `xo` is much easier now! ```bash npm i -D prettier eslint-plugin-prettier eslint-config-prettier ``` ```json # package.json "xo":...

Well that is awesome!

The output seems perfectly readable to me. The special-casing of objects is more of a failing in prettier than a feature, I don't think it makes sense to spread that...

Agreed, the input looks better. Maybe a better rule would be "always break nested object patterns onto multiple lines", rather than looking at the source. Though that rule might have...

> Are you against referencing the source formatting because it's difficult or because it's a special case and against the general spirit of Prettier? The latter. But moreso because it...

Could we just _always_ break onto multiple lines if there's nested destructuring, and keep it as it is for flat destructuring?

We can't _always_ optimize for diffs. Imagine if we printed _every_ function like this: ```js function foo( a, b ) {} ``` We don't want to do that, and your...

> Since this has been open for nearly 8 months without comment from the owner, I am guessing this issue will not be resolved. This is not true, while James...

@finalclass could you raise this over at https://github.com/prettier/prettier-vscode/issues? While it is similar to this issue, the root cause is mostly likely very different.

🤔 how do you type TAB characters on a cell phone?