You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no strict guidelines to follow, but here are a few advices:
Coding style
4 spaces for indenting Java sources, lines longer than 80 chars are okay ; otherwise, the default Eclipse formatting (use Ctrl+Shift+F to apply it all over a file) is usually fine.
Uniform line endings with git config --global core.autocrlf input (source)
Repository
A private CI project is active at Open Wide, so the tests should pass at all times on the master branch.