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

[BUGFIX] Stop treating *.ts files as TypoScript in the .editorconfig (#165)

`*.ts` are TypeScript files, not TypoScript files.
This commit is contained in:
Oliver Klee 2020-11-24 02:01:21 +01:00 committed by GitHub
parent 1dde5c6556
commit b38ed0fa7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ indent_style = space
indent_size = 3
# TypoScript files
[*.typoscript,*.ts]
[*.typoscript]
indent_style = space
indent_size = 4