diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2021-06-22 11:02:37 -0500 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2021-06-22 17:37:55 +0000 |
commit | 2175cc3920e26e41ea980988ea465c7ad34bf24b (patch) | |
tree | 00c0b41280d4058163545b8210fdddb6ca17cab4 /.editorconfig | |
parent | 7c6084634f8fb1af036f7649955deb48b3f90064 (diff) | |
download | mesa-2175cc3920e26e41ea980988ea465c7ad34bf24b.tar.gz mesa-2175cc3920e26e41ea980988ea465c7ad34bf24b.tar.bz2 mesa-2175cc3920e26e41ea980988ea465c7ad34bf24b.zip |
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 <erik.faye-lund@collabora.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11529>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |