From e167fc227413e83947c9718ea9f4b3b0e9d094d3 Mon Sep 17 00:00:00 2001 From: Simon Gilli <typo3@gilbertsoft.org> Date: Tue, 5 Apr 2022 13:55:44 +0200 Subject: [PATCH] [TASK] Apply new documentation standard definitions This patch applies the new documentation standards to the .editorconfig. Resolves: #97302 Releases: main, 11.5, 10.4 Change-Id: I798b355f71dfa7ba8ac20ad424105e99a5c870cc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74179 Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Lina Wolf <112@linawolf.de> Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Alexander Nitsche <typo3@alexandernitsche.com> Reviewed-by: Lina Wolf <112@linawolf.de> --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 410d80ba1c54..0acfb722aac8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,10 +21,14 @@ indent_size = 2 indent_style = tab # ReST-Files -[*.rst] +[*.{rst,rst.txt}] indent_size = 4 max_line_length = 80 +# Markdown-Files +[*.md] +max_line_length = 80 + # YAML-Files [*.{yaml,yml}] indent_size = 2 -- GitLab