Currently, there is no way to configure the Prose Wrap option alongside all of the other Prettier options in prettier-atom's config.
Is this an intentional omission?
My assumption is that it's a newer configuration that just never got ported into prettier-atom. A lot of the code in this repo I'm learning is fairly old.
We've discussed moving away from all the hard-coded options in the plugin itself and moving toward a "global prettier config" of sorts but I can't promise this would land any time soon. If you would really prefer this option in the prettier-atom configurations itself as opposed to having a prettier configuration local to whatever files you're formatting, then I'm sure a PR would be welcome.
Thanks for looking into it! I use prettier-atom to format Markdown notes outside of project/package contexts (think personal todo lists), for which it's nice to tweak package-level settings. A global config (e.g. user dotfile) would also work.
I'll try a PR when I have time. Thanks!
A lot of the code in this repo I'm learning is fairly old
?
the filepath option has been available since last june
And as I already explained, we _chose_ not to implement it back then, it's not because the repo is outdated. Please don't tell people the repo is old or stale, I've put a lot of work into keeping it up to date.
whatever mang
i can't find how to remove myself from the list of collaborators. please remove me.
Most helpful comment
Thanks for looking into it! I use prettier-atom to format Markdown notes outside of project/package contexts (think personal todo lists), for which it's nice to tweak package-level settings. A global config (e.g. user dotfile) would also work.
I'll try a PR when I have time. Thanks!