From e63d159729c1658c4bf6fc4996663b74fb40542f Mon Sep 17 00:00:00 2001 From: Valtteri Laitinen Date: Sun, 19 Aug 2018 17:56:44 +0300 Subject: [PATCH] Set default indentation size (#1516) Updates the .editorconfig to display tabs as four spaces. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index bf094abe..b2e4603b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true insert_final_newline = false charset = utf-8 indent_style = tab +indent_size = 4 [tests/languages/**.test] end_of_line = crlf