We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d799a88 commit 466248eCopy full SHA for 466248e
src/PowerShellEditorServices.Protocol/LanguageServer/Formatting.cs
@@ -84,12 +84,12 @@ public class FormattingOptions
84
/// <summary>
85
/// Size of a tab in spaces.
86
/// </summary>
87
- int TabSize { get; set; }
+ public int TabSize { get; set; }
88
89
90
/// Prefer spaces over tabs.
91
92
- bool InsertSpaces { get; set; }
+ public bool InsertSpaces { get; set; }
93
}
94
95
0 commit comments