If I use a project related CheckStyle configuration in an XML file which uses:
<module name="LeftCurly">
<property name="option" value="nl"/>
</module>
I want the project specific formatter to automatically format the code that left braces have a newline before. How can this be done automatically without configuring it twice?