Module: Mesa
Branch: main
Commit: 2175cc3920e26e41ea980988ea465c7ad34bf24b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2175cc3920e26e41ea980988ea465c7ad34bf24b

Author: Jason Ekstrand <[email protected]>
Date:   Tue Jun 22 11:02:37 2021 -0500

editorconfig: Use 3-space tabs for .rst

This is what all the sphinx examples do and is what most of docs/
currently does.

Acked-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11529>

---

 .editorconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index 3f9e475a6ac..a9c55b7b234 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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
 

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to