From f429e9b68eb4e06e852bad5c92b6b0f61deae192 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Mon, 13 Mar 2023 11:46:34 +0100 Subject: [PATCH] Fix .editorconfig indent style Signed-off-by: Jean-Pierre De Jesus DIAZ --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b18b76b..4b555f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ # see https://editorconfig.org for more options, and setup instructions for yours editor [*.rs] -indent_style = tabs +indent_style = tab