From 2f2db4006275c06f290449160cbf263494b2d198 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 31 Oct 2023 20:01:22 -0300 Subject: [PATCH] EditorConfig: Don't use tabs in .md files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 572a2ce90..ec75353e9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,6 +18,9 @@ indent_style = space indent_style = space indent_size = 2 +[*.md] +indent_style = space + [*.sh] indent_style = space indent_size = 4