mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 02:36:12 +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 indent_size = 3
# TypoScript files # TypoScript files
[*.typoscript,*.ts] [*.typoscript]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4