mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 23:09:05 +02:00
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:
parent
1793adbd3a
commit
767e68972e
1 changed files with 5 additions and 0 deletions
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
|
||||
Loading…
Add table
Reference in a new issue