From 3ccd57a204226b45dc98eb85e3d54f80b213ade7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2014 19:28:58 +0200 Subject: [PATCH] Fixed editor config. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c2cdfb8..8a80734 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ root = true # Change these settings to your own preference indent_style = space -indent_size = 2 +indent_size = 4 # We recommend you to keep these unchanged end_of_line = lf