mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
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:
parent
7c6084634f
commit
2175cc3920
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue