From 14222f26fb7b871213aca596f97b315cd85cd93d Mon Sep 17 00:00:00 2001 From: bezoerb Date: Tue, 18 Dec 2018 12:51:08 +0100 Subject: [PATCH] Change indentation to 2 spaces --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 300e8f8..762cbe9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true