From f317310d4c57621f96f094525f97956695858143 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 19 Feb 2025 21:01:25 -0500 Subject: [PATCH] editorconfig: our markdown config should use tabs --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index d73feda..d967db8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,8 +10,8 @@ indent_style = tab indent_size = 2 [*.md] -indent_style = space -indent_size = 2 +indent_style = tab +indent_size = 4 [*] end_of_line = lf