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:
5
src/util/.editorconfig
Normal file
5
src/util/.editorconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
[rb_tree.c]
|
||||
indent_size = 4
|
||||
|
||||
[tests/rb_tree_test.cpp]
|
||||
indent_size = 4
|
Reference in New Issue
Block a user