From d8888994829cc4645dda9ab867778ab96c939b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kr=C3=BCger?= Date: Mon, 7 May 2012 06:54:17 +0200 Subject: [PATCH] Solution: Set correct indent width. --- NRefactory.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/NRefactory.sln b/NRefactory.sln index 50435316f6..2461dbeeef 100644 --- a/NRefactory.sln +++ b/NRefactory.sln @@ -107,6 +107,7 @@ Global $0.TextStylePolicy = $1 $1.FileWidth = 120 $1.TabWidth = 4 + $1.IndentWidth = 4 $1.EolMarker = Unix $1.inheritsSet = Mono $1.inheritsScope = text/plain