From 60456633b133fbd018758b24ab7cc19039711c05 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:59:53 +0200 Subject: [PATCH] Change default rst indentation to 4 spaces (#508) refs https://github.com/TYPO3-Documentation/T3DocTeam/issues/194 --- .editorconfig | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9d5e9dc..4a8657c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,7 +24,7 @@ indent_size = 2 # ReST files [{*.rst,*.rst.txt}] -indent_size = 3 +indent_size = 4 max_line_length = 80 # SQL files diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb9ebd..ae684cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed +- Change the default indentation for rst files to 4 spaces (#194) ### Deprecated