From dd8372d0be4f38f502b6ec082d1798884c1e142c Mon Sep 17 00:00:00 2001 From: chee Date: Sun, 18 Aug 2013 13:14:51 +0100 Subject: [PATCH] editr config truthify --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8a80734..359e78e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,8 +8,8 @@ root = true [*] # Change these settings to your own preference -indent_style = space -indent_size = 4 +indent_style = tab +indent_size = 2 # We recommend you to keep these unchanged end_of_line = lf