Bring Resharper and VS settings for code styles in line with project style
authorE.Z. Hart <hartez@gmail.com>
Thu, 24 Mar 2016 20:32:21 +0000 (14:32 -0600)
committerE.Z. Hart <hartez@gmail.com>
Fri, 25 Mar 2016 19:28:54 +0000 (13:28 -0600)
Xamarin.Forms.sln.DotSettings
Xamarin.Forms.vssettings

index 3500926..60b391c 100644 (file)
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_CATCH_ON_NEW_LINE/@EntryValue">True</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_FINALLY_ON_NEW_LINE/@EntryValue">True</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AFTER_TYPECAST_PARENTHESES/@EntryValue">False</s:Boolean>
-       <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_LOCK_PARENTHESES/@EntryValue">False</s:Boolean>
+       <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_LOCK_PARENTHESES/@EntryValue">True</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_METHOD_CALL_PARENTHESES/@EntryValue">False</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_EMPTY_METHOD_CALL_PARENTHESES/@EntryValue">False</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_METHOD_PARENTHESES/@EntryValue">False</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_EMPTY_METHOD_PARENTHESES/@EntryValue">False</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AROUND_MULTIPLICATIVE_OP/@EntryValue">True</s:Boolean>
-       <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_USING_PARENTHESES/@EntryValue">False</s:Boolean>
+       <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_USING_PARENTHESES/@EntryValue">True</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES/@EntryValue">True</s:Boolean>
        <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/STICK_COMMENT/@EntryValue">False</s:Boolean>
        <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/ThisQualifier/INSTANCE_MEMBERS_QUALIFY_MEMBERS/@EntryValue">None</s:String>
index 917b68b..d0901ab 100644 (file)
                 <PropertyValue name="Space_WithinSquares">0</PropertyValue>
                 <PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue>
                 <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue>
+                <PropertyValue name="NewLines_Braces_Property">1</PropertyValue>
                 <PropertyValue name="Space_WithinCastParentheses">0</PropertyValue>
                 <PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
-                <PropertyValue name="Indent_CaseContents">0</PropertyValue>
+                <PropertyValue name="Indent_CaseContents">1</PropertyValue>
                 <PropertyValue name="Indent_FlushLabelsLeft">1</PropertyValue>
-                <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
+                <PropertyValue name="Wrapping_PreserveSingleLine">0</PropertyValue>
                 <PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
                 <PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
                 <PropertyValue name="Space_BeforeDot">0</PropertyValue>