#Solo dev now in a team. How do we manage code style of the repo?
4 messages · Page 1 of 1 (latest)
@lime sage I'd also recommend you to talk with him about it, the project uses PSR-12 or whatever, so he should set his IDE to follow those guidelines (or at least, it should take settings from the editorconfig). Probably also run Pint before he commits. It's just way easier to follow common style guides in a project, would help with merge conflicts etc
Duster from Tighten is what you need.
You can integrate directly with GitHub Action easily
apply Tighten's default code style
Doubt that would be suitable for anyone