util/rb_tree: Fix editorconfig

rb_tree has 4 space tabs, unlike everything else in util. We should
probably retab it, but for now add an editorconfig so that at least
people's editors aren't messed up.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22071>
This commit is contained in:
Connor Abbott
2023-02-06 17:55:21 +01:00
committed by Marge Bot
parent 1793adbd3a
commit 767e68972e

5
src/util/.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
[rb_tree.c]
indent_size = 4
[tests/rb_tree_test.cpp]
indent_size = 4