From a88c7712d9343cc8582084ad3c9f36363d2db841 Mon Sep 17 00:00:00 2001 From: VonUniGE Date: Sun, 19 Apr 2020 13:23:57 +0200 Subject: [PATCH] Fix mismatch between CONTRIBUTING.adoc and .editorconfig --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 7cc6b1a992..ce3c850a92 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -66,7 +66,7 @@ Please carefully follow the whitespace and formatting conventions already presen . Aim to wrap code at 120 characters, but favor readability over wrapping . Preserve existing formatting; i.e. do not reformat code for its own sake . Search the codebase using git grep and other tools to discover common naming conventions, etc. -. Latin-1 (ISO-8859-1) encoding for Java sources; use native2ascii to convert if necessary +. UTF-8 encoding for Java sources and XML files Whitespace management tips