Is there a script or tool that changes a code's style to google style not completely at least partially (maybe just syntax formatting)? We are reusing some of our C++ legacy code which is not formatted by google style standards and even just formatting it syntactically would take a few hours for a developer.
For now, we wrote some regular expressions that search and replace some basic style
Thanks