From 9781bcfad9e0523a47935da7d770d6fd7d1ea9cb Mon Sep 17 00:00:00 2001 From: Takiguchi Date: Wed, 30 Jan 2019 21:10:01 +0100 Subject: [PATCH] Add tab indentation configuration. --- src/main/ts-v7/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ts-v7/.editorconfig b/src/main/ts-v7/.editorconfig index 6e87a00..2196876 100755 --- a/src/main/ts-v7/.editorconfig +++ b/src/main/ts-v7/.editorconfig @@ -3,7 +3,7 @@ root = true [*] charset = utf-8 -indent_style = space +indent_style = tab indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true