From 767e68972ef6816e2e5c398cc24d1d0ba8d52e82 Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Mon, 6 Feb 2023 17:55:21 +0100 Subject: [PATCH] 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: --- src/util/.editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/util/.editorconfig 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