From 70dd84afe9fb7aba710c943091850c1e7dbcec83 Mon Sep 17 00:00:00 2001 From: Peter Kraume Date: Sun, 29 Oct 2017 13:06:28 +0100 Subject: [PATCH] [TASK] Add .tsconfig files to .editorconfig Add definition for new TSConfig filetype .tsconfig to .editorconfig file. Change-Id: I3fd87abc8a8fe554692f61e548e37d4d02f74fa4 Resolves: #82879 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54493 Tested-by: TYPO3com Reviewed-by: Tymoteusz Motylewski Tested-by: Tymoteusz Motylewski Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 448a84a4329..87da7fbb2d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -74,6 +74,9 @@ indent_size = 2 [*.typoscript] indent_style = space indent_size = 2 +[*.tsconfig] +indent_style = space +indent_size = 2 # XLF-Files [*.xlf] -- 2.20.1