[RFC PATCH] docs/devel: mention our .editorconfig

Alex Bennée posted 1 patch 2 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220127150159.1489286-1-alex.bennee@linaro.org
Test checkpatch passed
docs/devel/style.rst | 4 ++++
1 file changed, 4 insertions(+)
[RFC PATCH] docs/devel: mention our .editorconfig
Posted by Alex Bennée 2 years, 2 months ago
Ideally we should keep all our automatic formatting gubins in here.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 docs/devel/style.rst | 4 ++++
 1 file changed, 4 insertions(+)

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
+`<https://editorconfig.org/>`_ for details.
+
 Whitespace
 ==========
 
-- 
2.30.2


Re: [RFC PATCH] docs/devel: mention our .editorconfig
Posted by Richard Henderson 2 years, 2 months ago
On 1/28/22 02:01, Alex Bennée wrote:
> Ideally we should keep all our automatic formatting gubins in here.
> 
> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
> ---
>   docs/devel/style.rst | 4 ++++
>   1 file changed, 4 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~