From 3328bc600e68efde281be23038f5cecbe515d390 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 12 Dec 2024 21:44:33 +0000 Subject: Editorconfig indent size = 4 --- .editorconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 55a2a71..8058c96 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,5 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 -indent_style = tab -indent_size = 1 - +indent_style = space +indent_size = 4 -- cgit v1.2.3