From bb3f387c9cbb92efea0bcfec3f4f5c56e7da2ea3 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 4 Jul 2025 08:40:39 -0400 Subject: markdown is indented with 4 spaces --- rules/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/.editorconfig b/rules/.editorconfig index 9d554ced..116e4c6e 100644 --- a/rules/.editorconfig +++ b/rules/.editorconfig @@ -1,4 +1,4 @@ # http://editorconfig.org [*.md] indent_style = space -indent_size = 2 +indent_size = 4 -- cgit v1.2.3