Skip to content

Commit a88c771

Browse files
VonUniGErwinch
authored andcommitted
Fix mismatch between CONTRIBUTING.adoc and .editorconfig
1 parent ebc6012 commit a88c771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Please carefully follow the whitespace and formatting conventions already presen
6666
. Aim to wrap code at 120 characters, but favor readability over wrapping
6767
. Preserve existing formatting; i.e. do not reformat code for its own sake
6868
. 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
69+
. UTF-8 encoding for Java sources and XML files
7070

7171
Whitespace management tips
7272

0 commit comments

Comments
 (0)