From 1ca1f7edac6bba815f904f7bde5b925816ef43fe Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Thu, 11 Apr 2024 21:50:24 +0000 Subject: [PATCH] chore: update .editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3853bb8..ce16426 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ root=true [*] -indent_style: tab +indent_style: space indent_size: 2 +end_of_line: lf