From 9d4edae9fa6a173bfff0aa2d8c989cbaeb7db49b Mon Sep 17 00:00:00 2001 From: Edgar HIPP <hipp.edg@gmail.com> Date: Thu, 11 Jan 2018 17:18:40 +0100 Subject: [PATCH] Make .editorconfig valid --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2c01c14027..38fb58c899 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +[*] + indent_style = space indent_size = 2 charset = utf-8