summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.vssettings
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-04-24 06:56:36 -0600
committerkingces95 <kingces95@users.noreply.github.com>2016-04-24 05:56:36 -0700
commit45eff313ed5a1367625f504b60421135b120bea4 (patch)
treed2ded6f7202b0f8048988420bf2cfb72f99ba473 /Xamarin.Forms.vssettings
parentaf38e6f20a06938d502b8601d44fc017da57acdc (diff)
downloadxamarin-forms-45eff313ed5a1367625f504b60421135b120bea4.tar.gz
xamarin-forms-45eff313ed5a1367625f504b60421135b120bea4.tar.bz2
xamarin-forms-45eff313ed5a1367625f504b60421135b120bea4.zip
Update vssettings file to turn on Wrapping_PreserveSingleLine (#115)
Update vssettings file to turn off Wrapping_KeepStatementsOnSingleLine
Diffstat (limited to 'Xamarin.Forms.vssettings')
-rw-r--r--Xamarin.Forms.vssettings4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.vssettings b/Xamarin.Forms.vssettings
index d0901ab6..08fe20cb 100644
--- a/Xamarin.Forms.vssettings
+++ b/Xamarin.Forms.vssettings
@@ -21,7 +21,7 @@
<PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue>
<PropertyValue name="NewLines_Braces_AnonymousMethod">0</PropertyValue>
<PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
- <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
+ <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">0</PropertyValue>
<PropertyValue name="Space_AfterBasesColon">1</PropertyValue>
<PropertyValue name="Indent_Braces">0</PropertyValue>
<PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
@@ -61,7 +61,7 @@
<PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
<PropertyValue name="Indent_CaseContents">1</PropertyValue>
<PropertyValue name="Indent_FlushLabelsLeft">1</PropertyValue>
- <PropertyValue name="Wrapping_PreserveSingleLine">0</PropertyValue>
+ <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
<PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
<PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
<PropertyValue name="Space_BeforeDot">0</PropertyValue>