From 126b3fbb40b30f1d28916f9bb5241b35da37a450 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 21 Jun 2019 15:38:51 +0200 Subject: [PATCH] Indent typescript files with tabs Change-type: patch Changelog-entry: Indent typescript files with tabs --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7199a70f..342d2e57 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,6 @@ trim_trailing_whitespace = false [Makefile] indent_style = tab + +[*.ts] +indent_style = tab