diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-24 01:57:18 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-24 01:57:18 +0000 |
commit | b24b5b9049e889ee4eb39b565bcc8d48bd45ab48 (patch) | |
tree | 658ca4e6b41655f49463c85edbaeda48979c394c /lib/mesa/.editorconfig | |
parent | 57768bbb154c2879d34ec20e401b19472e77aaf7 (diff) |
Import Mesa 21.3.7
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 |