Module: Mesa
Branch: main
Commit: 767e68972ef6816e2e5c398cc24d1d0ba8d52e82
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=767e68972ef6816e2e5c398cc24d1d0ba8d52e82

Author: Connor Abbott <cwabbo...@gmail.com>
Date:   Mon Feb  6 17:55:21 2023 +0100

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>

---

 src/util/.editorconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/util/.editorconfig b/src/util/.editorconfig
new file mode 100644
index 00000000000..766741d7e76
--- /dev/null
+++ b/src/util/.editorconfig
@@ -0,0 +1,5 @@
+[rb_tree.c]
+indent_size = 4
+
+[tests/rb_tree_test.cpp]
+indent_size = 4

Reply via email to