Skip to content
renner edited this page Feb 11, 2013 · 1 revision

All Java code should be formatted like this:

  • Indent 4 spaces, never use tabs
  • Indent wrapped lines 8 spaces
  • Maximum line length: 120 characters
  • No trailing white space anywhere

All XML should be formatted like this:

  • Indent 2 spaces, never use tabs

Clone this wiki locally