I'm often modifying code that was written by others. I've seen a lot of code formatting standards and I'm a bit confused what I should do. Should I always stick to my own standard or adjust my standards to the one used in the framework?
Currently I'm always switching my standard to the one that is used by the framework but it messed up my own standard. I recently caught myself using a lot of different code standards in one application.
I was thinking of running a beautifier over all projects that I'm working on but that doesn't seem to be an options since all of them are also maintained by other sources so if there's an update every beautify change will appear in git and cause me some merging work.