From 4e0c30c43ca5f9f0e4daf94e7578730d3c3cfa96 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 25 Nov 2023 09:30:22 +0100 Subject: [PATCH] update .editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index dd692b7..21f88d6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,8 +4,8 @@ root = true [*] -indent_style = tab -indent_size = 4 +indent_style = space +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true