From 5b8eca46a1b6143c2f2abfa79a31ce0421ea8137 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 15 Mar 2016 00:09:10 +0100 Subject: [PATCH] Set 4 space indentation in .editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 490584c5..38790d10 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,5 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 +indent_style = space +indent_size = 4