Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • indent with 4 spaces per indent level, no tabs
  • wrap lines at 120 characters
  • end files with your operating system's end-of-line character (in Eclipse, this looks like an extra empty line at the end of a file)

In the "classical" workspace this is stored in the mifos-gazelle Project Properties Java Code Style > Formatter and directly available without further manual configuration.

In the Workspace 2.0 this configuration must be loaded into each new workspace once, see Workspace 2.0 Source Formatting Set-Up.

Java Standards

We mostly follow the standard Java conventions.

...