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>
This commit is contained in:

committed by
Marge Bot

parent
7c6084634f
commit
2175cc3920
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user