From 62358a4e290dca623f0af0bba72eeda6ec6dcaa2 Mon Sep 17 00:00:00 2001 From: pantazis Date: Wed, 12 Jun 2013 03:24:57 +0100 Subject: small update in options --- Source/Boogie.sln | 10 ++++++++++ Source/Model/Model.csproj | 2 +- Source/ModelViewer/ModelViewer.csproj | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Source/Boogie.sln b/Source/Boogie.sln index b6859a4a..c83c8770 100644 --- a/Source/Boogie.sln +++ b/Source/Boogie.sln @@ -478,6 +478,16 @@ Global $3.inheritsSet = Mono $3.inheritsScope = text/x-csharp $3.scope = text/x-csharp + $0.TextStylePolicy = $4 + $4.FileWidth = 120 + $4.TabWidth = 2 + $4.IndentWidth = 2 + $4.inheritsSet = Mono + $4.inheritsScope = text/plain + $4.scope = text/plain + $0.StandardHeader = $5 + $5.Text = + $5.IncludeInNewFiles = True EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Source/Model/Model.csproj b/Source/Model/Model.csproj index a7255433..cfd5f852 100644 --- a/Source/Model/Model.csproj +++ b/Source/Model/Model.csproj @@ -85,7 +85,7 @@ - + diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj index 46f80673..49965d5e 100644 --- a/Source/ModelViewer/ModelViewer.csproj +++ b/Source/ModelViewer/ModelViewer.csproj @@ -125,7 +125,7 @@ Main.cs - + -- cgit v1.2.3