Browse Source

Solution: Set correct indent width.

newNRvisualizers
Mike Krüger 14 years ago
parent
commit
d888899482
  1. 1
      NRefactory.sln

1
NRefactory.sln

@ -107,6 +107,7 @@ Global
$0.TextStylePolicy = $1 $0.TextStylePolicy = $1
$1.FileWidth = 120 $1.FileWidth = 120
$1.TabWidth = 4 $1.TabWidth = 4
$1.IndentWidth = 4
$1.EolMarker = Unix $1.EolMarker = Unix
$1.inheritsSet = Mono $1.inheritsSet = Mono
$1.inheritsScope = text/plain $1.inheritsScope = text/plain

Loading…
Cancel
Save