mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Oliver Klee
f4050e01e8
[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
2021-05-15 01:35:25 +02:00
Oliver Klee
373c7965b4
[CLEANUP] Adopt .editorconfig settings from the TYPO3 core (#176)
Also drop redundancies and sort the entries.
2020-11-29 21:15:29 +01:00
Oliver Klee
606775161f
[FEATURE] Add a configuration for XML files to the .editorconfig (#166)
Fixes #163
2020-11-24 02:06:45 +01:00
Oliver Klee
b38ed0fa7b
[BUGFIX] Stop treating *.ts files as TypoScript in the .editorconfig (#165)
`*.ts` are TypeScript files, not TypoScript files.
2020-11-24 02:01:21 +01:00
Oliver Klee
1dde5c6556
[CLEANUP] Polish the comments in .editorconfig (#164) 2020-11-24 01:50:33 +01:00
Łukasz Uznański
d43041194f
[TASK] Add editorconfig (#81)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.pl>
2020-07-24 17:35:59 +02:00