Try and organise a workshop to set some common coding standards. Having a commonly understood standard for good is an excellent way to start the process.
Not clear if the meaning here is coding standards as in how you name things, spaces vs. tabs, comments etc. or something else about the code. Coding standards (the style aspects) should just be solved by tooling, you don't let anyone merge code that's not to standard by having a tool verify that.