From 4206c1f8d1e1b8b8e5bfe1bb71a6a71a95f16050 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 20 Feb 2015 18:52:23 -0800 Subject: [PATCH] Four-space tabs --- src/dfmt.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfmt.d b/src/dfmt.d index b48a35d..edc6f2f 100644 --- a/src/dfmt.d +++ b/src/dfmt.d @@ -877,7 +877,7 @@ struct FormatterConfig /// Use tabs or spaces bool useTabs = false; /// Size of a tab character - uint tabSize = 8; + uint tabSize = 4; /// Soft line wrap limit uint columnSoftLimit = 80; /// Hard line wrap limit