webdevatlanta / GroupCollaborationTool

Tool to allow developers to collaborate on open source and private projects
https://groupcollaborationtool.web.app
1 stars 21 forks source link

DevTooling: Standardize Code Formatter #110

Closed DanielJWagener closed 4 years ago

DanielJWagener commented 4 years ago

I use a code formatter, Prettier, that automatically adds and deletes spaces, among other things. These aesthetic changes obfuscate what's actually happening when we look at the diffs in pull requests and such. I propose we settle on a .prettierrc.json file that everyone will use.