3

In order to make PRs/codebase more readable and 'arranged', I introduced common formatter in team since people were using different IDEs.
Still, there were missed PRs coming. Turned out people aren't used to formatting. So I created macros for different IDEs, to format on save, when keypress 'cmd+s' happens.. Found out this is common practice in many places.

Still, PRs are coming messed up...

Turned out people don't use 'cmd + s' at all... they use IDEs' auto-save support.

Now I'm out of ideas... Any help?

Comments
  • 0
    Forbid formatters and keep a distinct way of writing and turn off damn whitespace tabs spaces checks in the prs.
  • 3
    Move your auto formatter to a git commit hook.
    That way each commit gets formatted unless they upload directly to github then I can’t help stupid 😂
Add Comment