|
|
|
@ -72,7 +72,7 @@ Please carefully follow the whitespace and formatting conventions already presen |
|
|
|
1. Aim to wrap code at 120 characters, but favor readability over wrapping |
|
|
|
1. Aim to wrap code at 120 characters, but favor readability over wrapping |
|
|
|
1. Preserve existing formatting; i.e. do not reformat code for its own sake |
|
|
|
1. Preserve existing formatting; i.e. do not reformat code for its own sake |
|
|
|
1. Search the codebase using git grep and other tools to discover common naming conventions, etc. |
|
|
|
1. Search the codebase using git grep and other tools to discover common naming conventions, etc. |
|
|
|
1. Latin-1 (ISO-8859-1) encoding for Java sources; use native2ascii to convert if necessary |
|
|
|
1. UTF-8 encoding for Java sources |
|
|
|
|
|
|
|
|
|
|
|
Whitespace management tips |
|
|
|
Whitespace management tips |
|
|
|
|
|
|
|
|
|
|
|
|