mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 12:56:12 +01:00
[BUGFIX] Stop treating *.ts files as TypoScript in the .editorconfig (#165)
`*.ts` are TypeScript files, not TypoScript files.
This commit is contained in:
parent
1dde5c6556
commit
b38ed0fa7b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ indent_style = space
|
|||
indent_size = 3
|
||||
|
||||
# TypoScript files
|
||||
[*.typoscript,*.ts]
|
||||
[*.typoscript]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
|
|
Loading…
Reference in a new issue