From bf7184f6f08fa6ee7f34a135e8e7e2585e43c0df Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sat, 20 Aug 2022 09:05:02 +0200 Subject: [PATCH] Change default rst indentation to 4 spaces refs https://github.com/TYPO3-Documentation/T3DocTeam/issues/194 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d947a65..ccf65af 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space -indent_size = 3 +indent_size = 4 max_line_length = 80 # MD-Files