8

As a sequel to my previous rant:
Me: git pull origin develop

Prettier: * runs *

* 5000 new changes in 43 files *

Thanks prettier, that's exactly what i wanted to happen. I guess it's time for me to tweak its settings a little.

Comments
  • 5
    The solution:
    Control panel -> Programs and features-> Uninstall a program -> [Right click on Prettier] -> Uninstall -> Yes
  • 1
    @leduyquang753 I don't want to uninstall it entirely since I need it to make sure my code is up to standards, I don't want 1000 PR comments for style issues :p
  • 1
    @irene .prettierrc from the senior developers at work

    For php code we follow PSR
  • 1
    @irene Prettier somehow runs when I change branches, ofcourse 5000 is exagerated for the joke/rant 😛

    I disabled it for now
Add Comment