From 465813d08e5be5eb063ca30635d66bdb44aece49 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 17 Oct 2017 13:10:00 +0200 Subject: [PATCH] editorconfig: add indent size --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 71452d4..011174b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,4 @@ root = true end_of_line = lf charset = utf-8 indent_style = tab +indent_size = 8