From: Masatake YAMATO Date: Wed, 26 Nov 2025 08:36:53 +0000 (+0900) Subject: docs: write about EditorConfig X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9836753d1d8ac22701bc12817a9cf5ae6de52c4;p=thirdparty%2Futil-linux.git docs: write about EditorConfig Signed-off-by: Masatake YAMATO --- 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