From 13a268e4e5a3589a8c32287183c41bd4341b1782 Mon Sep 17 00:00:00 2001 From: 4yman <170770027+4yman-0@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:43:17 +0100 Subject: [PATCH] use spaces --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index aa03b9f..f1f7d27 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,8 @@ root = true [*] end_of_line = lf insert_final_newline = true -indent_style = tab +indent_style = space +indent_size = 4 charset = utf-8 trim_trailing_whitespace = true