From 2191d5722f12e30bbb086d29caa8225b2827a5c5 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sat, 20 Aug 2022 09:08:48 +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 1191f56f..8d5b7b6e 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 # MD-Files [*.md]