mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[TASK] Limit the line length for Markdown files via .editorconfig (#251)

The indentation of 4 spaces for Markdown and XML files already is
set via the default configuration in the `.editorconfig`.

Fixes #244
This commit is contained in:
Oliver Klee 2021-05-15 01:35:25 +02:00 committed by GitHub
parent dd2378416e
commit f4050e01e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,3 +47,7 @@ indent_style = tab
# .htaccess
[.htaccess]
indent_style = tab
# Markdown files
[*.md]
max_line_length = 80