...
- Use 2 (TWO) spaces to indent code.
- Use LF (Unix style) line endings.
- Do not use the
@author
Javadoc tag. (Be modest ! :-)) - For the rest, follow the original Sun Java coding conventions.
- If some file has different formatting, try to match the existing style.
- Use CheckStyle to verify your coding style.
- Avoid mixing both style and functionality changes in one commit.
- Make sure all files have the needed license header.
C#
We largely follow the coding guidelines of the .NET Core open source project.
...