-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeStyleSettings.vssettings
More file actions
53 lines (53 loc) · 11.7 KB
/
CodeStyleSettings.vssettings
File metadata and controls
53 lines (53 loc) · 11.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<UserSettings><ApplicationIdentity version="14.0"/><ToolsOptions><ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor"><ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package">
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
<PropertyValue name="BraceCompletion">true</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="OverviewWidth">58</PropertyValue>
<PropertyValue name="ShowAnnotations">true</PropertyValue>
<PropertyValue name="ShowCaretPosition">true</PropertyValue>
<PropertyValue name="ShowChanges">true</PropertyValue>
<PropertyValue name="ShowErrors">true</PropertyValue>
<PropertyValue name="ShowHorizontalScrollBar">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="ShowMarks">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">true</PropertyValue>
<PropertyValue name="ShowPreview">true</PropertyValue>
<PropertyValue name="ShowVerticalScrollBar">true</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="UseMapMode">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
</ToolsOptionsSubCategory><ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="CSharpPackage"><PropertyValue name="Style_UseVarWhenDeclaringLocals">1</PropertyValue><PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue><PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue><PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue><PropertyValue name="ExtractMethod_DoNotPutOutOrRefOnStruct">1</PropertyValue><PropertyValue name="AutoInsertAsteriskForNewLinesOfBlockComments">1</PropertyValue><PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInDeclaration">1</PropertyValue><PropertyValue name="NewLines_Braces_Method">1</PropertyValue><PropertyValue name="HighlightReferences">1</PropertyValue><PropertyValue name="AddImport_SuggestForTypesInReferenceAssemblies">0</PropertyValue><PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue><PropertyValue name="Indent_CaseLabels">1</PropertyValue><PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue><PropertyValue name="EnableHighlightRelatedKeywords">1</PropertyValue><PropertyValue name="Space_WithinOtherParentheses">1</PropertyValue><PropertyValue name="NewLines_Braces_ControlFlow">0</PropertyValue><PropertyValue name="NewLines_Braces_AnonymousMethod">1</PropertyValue><PropertyValue name="ExtractMethod_AllowMovingDeclaration">0</PropertyValue><PropertyValue name="BringUpOnIdentifier">1</PropertyValue><PropertyValue name="Wrapping_KeepStatementsOnSingleLine">0</PropertyValue><PropertyValue name="Space_AfterBasesColon">1</PropertyValue><PropertyValue name="Indent_Braces">0</PropertyValue><PropertyValue name="DisplayLineSeparators">0</PropertyValue><PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue><PropertyValue name="Style_PreferIntrinsicPredefinedTypeKeywordInMemberAccess">1</PropertyValue><PropertyValue name="Space_WithinMethodCallParentheses">1</PropertyValue><PropertyValue name="Space_AfterCast">0</PropertyValue><PropertyValue name="AddImport_SuggestForTypesInNuGetPackages">0</PropertyValue><PropertyValue name="SortUsings_PlaceSystemFirst">0</PropertyValue><PropertyValue name="WarnOnBuildErrors">0</PropertyValue><PropertyValue name="ShowSnippets">1</PropertyValue><PropertyValue name="ShowKeywords">1</PropertyValue><PropertyValue name="Space_WithinExpressionParentheses">1</PropertyValue><PropertyValue name="Space_InControlFlowConstruct">0</PropertyValue><PropertyValue name="NewLines_Keywords_Catch">0</PropertyValue><PropertyValue name="NewLines_Braces_ObjectInitializer">0</PropertyValue><PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue><PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue><PropertyValue name="CSharpClosedFileDiagnostics">-1</PropertyValue><PropertyValue name="ClosedFileDiagnostics">-1</PropertyValue><PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue><PropertyValue name="NewLines_Keywords_Finally">0</PropertyValue><PropertyValue name="Indent_UnindentLabels">2</PropertyValue><PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue><PropertyValue name="NewLines_Keywords_Else">0</PropertyValue><PropertyValue name="Style_QualifyMemberAccessWithThisOrMe">0</PropertyValue><PropertyValue name="Space_WithinMethodDeclarationParentheses">1</PropertyValue><PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue><PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue><PropertyValue name="Space_BeforeComma">0</PropertyValue><PropertyValue name="Space_AfterMethodCallName">0</PropertyValue><PropertyValue name="Space_AfterComma">1</PropertyValue><PropertyValue name="NewLines_Braces_Property">1</PropertyValue><PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue><PropertyValue name="Space_BeforeBasesColon">1</PropertyValue><PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue><PropertyValue name="Space_AfterDot">0</PropertyValue><PropertyValue name="RenameTrackingPreview">1</PropertyValue><PropertyValue name="AutoComment">1</PropertyValue><PropertyValue name="NewLines_Braces_Type">1</PropertyValue><PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue><PropertyValue name="Space_WithinSquares">0</PropertyValue><PropertyValue name="NewLines_Braces_Accessor">1</PropertyValue><PropertyValue name="NewLines_Braces_LambdaExpressionBody">0</PropertyValue><PropertyValue name="Space_WithinCastParentheses">1</PropertyValue><PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue><PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue><PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue><PropertyValue name="Indent_CaseContents">1</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><PropertyValue name="RenameSmartTagEnabled">1</PropertyValue><PropertyValue name="Refactoring_Verification_Enabled">0</PropertyValue><PropertyValue name="Indent_BlockContents">1</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="JavaScript" RegisteredName="JavaScript" PackageName="Text Management Package">
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
<PropertyValue name="BraceCompletion">true</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="OverviewWidth">58</PropertyValue>
<PropertyValue name="ShowAnnotations">true</PropertyValue>
<PropertyValue name="ShowCaretPosition">true</PropertyValue>
<PropertyValue name="ShowChanges">true</PropertyValue>
<PropertyValue name="ShowErrors">true</PropertyValue>
<PropertyValue name="ShowHorizontalScrollBar">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="ShowMarks">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">true</PropertyValue>
<PropertyValue name="ShowPreview">true</PropertyValue>
<PropertyValue name="ShowVerticalScrollBar">true</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="UseMapMode">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
</ToolsOptionsSubCategory><ToolsOptionsSubCategory name="JavaScript Specific" RegisteredName="JavaScript Specific" PackageName="Microsoft.VisualStudio.JSLS.JavaScriptLanguageServicePackage, Microsoft.VisualStudio.JSLS, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"><PropertyValue name="ImplicitReferencesString">Implicit (Windows)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\domWindows.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Implicit (Windows 8.1)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\sitetypesWindows.js|$(VSInstallDir)\JavaScript\References\domWindows_8.1.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Implicit (Windows Phone 8.1)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\sitetypesWindows.js|$(VSInstallDir)\JavaScript\References\domWindowsPhone_8.1.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Implicit (Web)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\sitetypesWeb.js|$(VSInstallDir)\JavaScript\References\domWeb.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Dedicated Worker|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\dedicatedworker.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Generic|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;</PropertyValue><PropertyValue name="InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis">false</PropertyValue><PropertyValue name="FormatOnPaste">true</PropertyValue><PropertyValue name="InsertSpaceAfterCommaDelimiter">true</PropertyValue><PropertyValue name="PlaceOpenBraceOnNewLineForFunctionsAndClasses">false</PropertyValue><PropertyValue name="FormatCompletedLineOnEnter">true</PropertyValue><PropertyValue name="InsertSpaceAfterKeywordsInControlFlowStatements">true</PropertyValue><PropertyValue name="FormatCompletedBlockOnRightCurlyBrace">true</PropertyValue><PropertyValue name="InsertSpaceBeforeAndAfterBinaryOperators">true</PropertyValue><PropertyValue name="DownloadRemoteReferences">false</PropertyValue><PropertyValue name="FormatCompletedStatementOnSemicolon">true</PropertyValue><PropertyValue name="OnlyUseTaborEnterToCommit">true</PropertyValue><PropertyValue name="ShowErrorsAsWarnings">true</PropertyValue><PropertyValue name="InsertSpaceAfterFunctionKeywordForAnonymousFunctions">true</PropertyValue><PropertyValue name="PlaceOpenBraceOnNewLineForControlBlocks">false</PropertyValue><PropertyValue name="ShowSyntaxErrors">true</PropertyValue><PropertyValue name="InsertSpaceAfterSemicolonInForStatements">true</PropertyValue></ToolsOptionsSubCategory></ToolsOptionsCategory></ToolsOptions></UserSettings>