diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
commit | 1c5c7896c1d54abd25c0f33ca996165b359eecb3 (patch) | |
tree | bc5a10bbe89ecd4008a5bed7a029babc992f66b5 /lib/mesa/.editorconfig | |
parent | c55dff45ea3a2c70e45601240b248017acc48198 (diff) |
Import Mesa 22.3.4
Diffstat (limited to 'lib/mesa/.editorconfig')
-rw-r--r-- | lib/mesa/.editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/mesa/.editorconfig b/lib/mesa/.editorconfig index 1bc8dca4a..690988047 100644 --- a/lib/mesa/.editorconfig +++ b/lib/mesa/.editorconfig @@ -34,3 +34,11 @@ trim_trailing_whitespace = false [{meson.build,meson_options.txt}] indent_style = space indent_size = 2 + +[*.ps1] +indent_style = space +indent_size = 2 + +[*.rs] +indent_style = space +indent_size = 4 |