From 87e8fa18cfcb62d9651d566699d6787c70337fbf Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Mon, 17 Oct 2022 16:02:51 +0000 Subject: [PATCH] CODINGSTYLE.md: mention EditorConfig configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Hartmayer Reviewed-by: Steffen Eiden Reviewed-by: Jan Höppner Signed-off-by: Jan Höppner --- CODINGSTYLE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index 65eccae3..1c6507d8 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -42,6 +42,14 @@ git clang-format --staged See also `git clang-format -h`. +Automatic Editor Configuration +------------------------------ + +s390-tools provides a EditorConfig (https://editorconfig.org/) configuration +file - see [`.editorconfig`](.editorconfig). EditorConfig defines coding style +rules (such as indentation size, use of tabs, etc.) and is supported by most +common editors natively or via plugins. + Standard abbreviations ----------------------