From b1f9bb10c9de5c42f05dcb84168186ff3f4779b3 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sat, 20 Aug 2022 09:07:34 +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 a543aa91..f78e201e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,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