From ce63da7b56330deb22d7f4a2d3e95c52ed9da63a Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 22 Aug 2023 22:49:11 +0200 Subject: Changed indent size for markdown to 2 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 1a20136..58a4e47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,7 +33,6 @@ ignore_space_after_colon = false remove_call_expression_list_finish_comma = false end_statement_with_semicolon = keep - # Python config [*.py] indent_size = 4 @@ -52,6 +51,7 @@ trim_trailing_whitespace = false # Markdown config [**.md] +indent_size = 2 trim_trailing_whitespace = false # Textfile config -- cgit v1.2.3