-
They can be, we use Prettier in our department and for the most part I think it's useful. It can be annoying when it tries to break long lines down, combined with my own style of breaking a long line apart that makes more sense in my brain (text interpolation is the main time I run into this). So at this point, I just code how I would want to see it, put it all back on one horrendously long line, and commit and let the formatter handle it.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Here
-
At the end of the day I don't really care which a project goes with, I've always just used vim-sleuth to automatically set my tab key to input whatever the current file's indentation is.