FormattingOptions Class

Definition

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.

Applies to