Skip to content
Snippets Groups Projects
Commit 80f7613a authored by Chris Müller's avatar Chris Müller Committed by Benni Mack
Browse files

[TASK] Add max_line_length to .editorconfig for rst files

The maximum line length of documentation files (80 characters)
should be reflected in the .editorconfig as described in
https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/GeneralConventions/CodingGuidelines.html#line-length

Resolves: #90054
Releases: master, 9.5
Change-Id: Ib1c3f2f2fbae999b7d157949f1a59876c2ff451d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62818


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 98e19a62
No related merge requests found
......@@ -23,6 +23,7 @@ indent_style = tab
# ReST-Files
[*.rst]
indent_size = 3
max_line_length = 80
# YAML-Files
[*.{yaml,yml}]
......
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