From 0c64c988d566bc0f8a2d9d7a40508744f18e53f2 Mon Sep 17 00:00:00 2001 From: cr0ax <60494319+cr0ax@users.noreply.github.com> Date: Sat, 11 Jun 2022 18:04:50 -0700 Subject: [PATCH] Change .editorconfig to reflect current state of the code (#1944) Signed-off-by: Christian Burke --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 514cb5dac..d7d4d8ca7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] -indent_style = space +indent_style = tab indent_size = 2 tab_width = 2 end_of_line = lf