Generic software code style enforcer
- by FuzziBear
It seems to me to be a fairly common thing to do, where you have some code that you'd like to automatically run through a code style tool to catch when people break your coding style guide(s).
Particularly if you're working on code that has multiple languages (which is becoming more common with web-language-x and javascript), you generally want to…