diff options
Diffstat (limited to 'lib/mesa/.editorconfig')
-rw-r--r-- | lib/mesa/.editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mesa/.editorconfig b/lib/mesa/.editorconfig index 3f9e475a6..a9c55b7b2 100644 --- a/lib/mesa/.editorconfig +++ b/lib/mesa/.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 |