editorconfig: Use 3-space tabs for .rst
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 22 Jun 2021 16:02:37 +0000 (11:02 -0500)
committerMarge Bot <eric+marge@anholt.net>
Tue, 22 Jun 2021 17:37:55 +0000 (17:37 +0000)
This is what all the sphinx examples do and is what most of docs/
currently does.

Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11529>

.editorconfig

index 3f9e475..a9c55b7 100644 (file)
@@ -36,6 +36,10 @@ indent_size = 2
 indent_style = space
 indent_size = 2
 
+[*.rst]
+indent_style = space
+indent_size = 3
+
 [*.patch]
 trim_trailing_whitespace = false