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