From d65f29923bb6b10d7dc343c5e23edbc975ab7a17 Mon Sep 17 00:00:00 2001 From: James Ross Date: Fri, 9 Jun 2023 23:23:16 +0100 Subject: [PATCH] chore: exclude md from tab indentation (#93) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d06eff6..fa3249a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,5 @@ end_of_line = lf indent_style = tab tab_width = 2 -[*.yml] +[*.{yml,md}] indent_style = space \ No newline at end of file