From c96f2eb4ae81141c04241c673525569fef9cbaeb Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 21 May 2024 11:13:45 +0200 Subject: [PATCH] fix editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1671c9b..49dd9a0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true charset = utf-8 end_of_line = lf insert_final_newline = true -indent_style = space +indent_style = tab indent_size = 4 trim_trailing_whitespace = true -- 2.39.2