From cdb148a56e68ab4561bcdf5ece6b2ed49806bd46 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 25 Aug 2023 16:35:25 +0200 Subject: [PATCH] editorconfig: add style for markdown files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 750bddeb..1a74260d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,9 @@ insert_final_newline = unset indent_style = space indent_size = 2 +[*.md] +indent_style = space + [*.py] indent_style = space indent_size = 4