FormattingOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which represents formatting options.
See the Language Server Protocol specification for additional information.
public ref class FormattingOptions
[System.Runtime.Serialization.DataContract]
public class FormattingOptions
[<System.Runtime.Serialization.DataContract>]
type FormattingOptions = class
Public Class FormattingOptions
- Inheritance
-
FormattingOptions
- Attributes
Constructors
FormattingOptions() |
Properties
InsertSpaces |
Gets or sets a value indicating whether tabs should be spaces. |
OtherOptions |
Gets or sets the other potential formatting options. |
TabSize |
Gets or sets the number of spaces to be inserted per tab. |