diff options
author | Karol Herbst <kherbst@redhat.com> | 2020-11-08 20:28:21 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-12 05:58:12 +0000 |
commit | 20c90fed5a0ab0202ee1ef474c71cb816164a448 (patch) | |
tree | 1deb5b0120195d933ca493330382c8adcfe0934f /.editorconfig | |
parent | d431a01d9a87362421df2aa983d5ef92e5bfc4f9 (diff) | |
download | mesa-20c90fed5a0ab0202ee1ef474c71cb816164a448.tar.gz mesa-20c90fed5a0ab0202ee1ef474c71cb816164a448.tar.bz2 mesa-20c90fed5a0ab0202ee1ef474c71cb816164a448.zip |
rusticl: added
Initial code drop for Rusticl :)
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15439>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index f4f0566e004..69098804768 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,7 +35,10 @@ trim_trailing_whitespace = false indent_style = space indent_size = 2 - [*.ps1] indent_style = space indent_size = 2 + +[*.rs] +indent_style = space +indent_size = 4 |