DEV Community

Discussion on: VS Code - You don't need a formatting extension (Prettier and friends)

Collapse
 
stojakovic99 profile image
Nikola Stojaković

This is okay if the whole team uses VS Code, but I'm much more comfortable in having a IDE agnostic specification regarding formatting (like .editorconfig).

Collapse
 
robole profile image
Rob OLeary • Edited

Ya when it comes to a team project, there are these considerations. In another post in this series, I spoke about project-specific settings.

I agree it is not cool to force someone to use a particular IDE in a team. Git commit hooks are used to remedy this also. It depends on the project. It is good to have simple and clear standards.