Skip to content
Snippets Groups Projects
Commit e167fc22 authored by Simon Gilli's avatar Simon Gilli Committed by Lina Wolf
Browse files

[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: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarLina Wolf <112@linawolf.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAlexander Nitsche <typo3@alexandernitsche.com>
Reviewed-by: default avatarLina Wolf <112@linawolf.de>
parent 7398d122
Branches
Tags
No related merge requests found
...@@ -21,10 +21,14 @@ indent_size = 2 ...@@ -21,10 +21,14 @@ indent_size = 2
indent_style = tab indent_style = tab
# ReST-Files # ReST-Files
[*.rst] [*.{rst,rst.txt}]
indent_size = 4 indent_size = 4
max_line_length = 80 max_line_length = 80
# Markdown-Files
[*.md]
max_line_length = 80
# YAML-Files # YAML-Files
[*.{yaml,yml}] [*.{yaml,yml}]
indent_size = 2 indent_size = 2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment