From f7736c1ff8ad357ed3dc6f44e16106cc99fadf95 Mon Sep 17 00:00:00 2001 From: transtrike Date: Fri, 15 Jan 2021 17:18:27 +0200 Subject: Changed indent for .ts --- src/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/.editorconfig b/src/.editorconfig index 851927f..d98de8a 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -4,12 +4,15 @@ root = true charset = utf-8 indent_style = tab tab_width = 4 +indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.ts] quote_type = single +indent_style = space +indent_size = 2 [*.md] max_line_length = off -- cgit v1.2.3