0

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?

Baradé
  • 1,290
  • 1
  • 15
  • 35
  • I think your question has an answer here: [How to generate an Eclipse formatter configuration from a checkstyle configuration?](http://stackoverflow.com/q/984778/1005481) – barfuin Aug 21 '14 at 17:41
  • thx that's want I've searched for – Baradé Aug 21 '14 at 18:17

0 Answers0