mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
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>
5 lines
70 B
INI
5 lines
70 B
INI
[rb_tree.c]
|
|
indent_size = 4
|
|
|
|
[tests/rb_tree_test.cpp]
|
|
indent_size = 4
|