From: Alex Bennée Date: Fri, 4 Feb 2022 20:43:21 +0000 (+0000) Subject: docs/devel: mention our .editorconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bda8bebad0c073e69ef16eb3efb44aa4306a69ac;p=qemu.git docs/devel: mention our .editorconfig Ideally we should keep all our automatic formatting gubins in here. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Tested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20220204204335.1689602-13-alex.bennee@linaro.org> --- diff --git a/docs/devel/style.rst b/docs/devel/style.rst index 793a8d4280..9e66d133e1 100644 --- a/docs/devel/style.rst +++ b/docs/devel/style.rst @@ -12,6 +12,10 @@ patches before submitting. Formatting and style ******************** +The repository includes a ``.editorconfig`` file which can help with +getting the right settings for your preferred $EDITOR. See +``_ for details. + Whitespace ==========