We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc6012 commit a88c771Copy full SHA for a88c771
CONTRIBUTING.adoc
@@ -66,7 +66,7 @@ Please carefully follow the whitespace and formatting conventions already presen
66
. Aim to wrap code at 120 characters, but favor readability over wrapping
67
. Preserve existing formatting; i.e. do not reformat code for its own sake
68
. Search the codebase using git grep and other tools to discover common naming conventions, etc.
69
-. Latin-1 (ISO-8859-1) encoding for Java sources; use native2ascii to convert if necessary
+. UTF-8 encoding for Java sources and XML files
70
71
Whitespace management tips
72
0 commit comments