From 272fbf6ca8528303cf5c0eea709de7fb08dac7de Mon Sep 17 00:00:00 2001 From: James Ross Date: Fri, 9 Jun 2023 23:20:52 +0100 Subject: [PATCH] chore: exclude md from tab indentation This prevents yaml in md from being converted to tabs, which doesn't work --- .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