From d9836753d1d8ac22701bc12817a9cf5ae6de52c4 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 26 Nov 2025 17:36:53 +0900 Subject: [PATCH] docs: write about EditorConfig Signed-off-by: Masatake YAMATO --- Documentation/howto-contribute.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/howto-contribute.txt b/Documentation/howto-contribute.txt index 97f3ce1e1..80c2e9f0a 100644 --- a/Documentation/howto-contribute.txt +++ b/Documentation/howto-contribute.txt @@ -188,6 +188,9 @@ Coding Style multiple lines. In case the shorthand does not look good on one line use the normal "if () else" syntax. + * To avoid whitespace errors, consider installing an EditorConfig plugin + (https://editorconfig.org/) into your favorite editor or IDE. + Options * The rule of thumb for options is that once they exist, you may not -- 2.47.3