From 0195828928774b77c11f8ae383a7725ceee01144 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sat, 20 Aug 2022 09:10:42 +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 02cde21c..244f3914 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,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]