From beb14d73bd2d0d48513e540ff629b48f89b95ed9 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 25 Sep 2024 15:27:22 +0200 Subject: Add debug log enabling --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 8185666..109d855 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ root = true charset = utf-8 end_of_line = lf indent_size = 4 -indent_style = space +indent_style = tab insert_final_newline = true max_line_length = 120 -- cgit