mesa/src/util/.editorconfig
Connor Abbott 767e68972e 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>
2023-11-02 21:03:46 +00:00

5 lines
70 B
INI

[rb_tree.c]
indent_size = 4
[tests/rb_tree_test.cpp]
indent_size = 4