diff mbox series

[RFC] docs/devel: mention our .editorconfig

Message ID 20220127150159.1489286-1-alex.bennee@linaro.org
State New
Headers show
Series [RFC] docs/devel: mention our .editorconfig | expand

Commit Message

Alex Bennée Jan. 27, 2022, 3:01 p.m. UTC
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(+)

Comments

Richard Henderson Jan. 28, 2022, 12:05 a.m. UTC | #1
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~
diff mbox series

Patch

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
 ==========