In my team, we use Objective-C and Swift, and we use AppCode reformatting feature, which is very nice. I was wondering it there is an automatic way of adding a step in the build configuration in TeamCity, in order to reformat the source code automatically.
The problem is that sometimes, developers forget to reformat the source code before submit the pull request.
It would be fantastic a script or tool that helped us to share the same code style formatting.