From 548c2a30323ae0482e095333886627d2653ec04a Mon Sep 17 00:00:00 2001 From: Ed94 Date: Sat, 16 Jul 2022 19:58:42 -0400 Subject: [PATCH] testing to see if editorconfig influences markdown --- .editorconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 52a0342..f1a1006 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ -[*.zig] +[*.gd] indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.md] +indent_style = tab +indent_size = 4 \ No newline at end of file