struct LSP::Protocol::FormattingOptions

Defined in:

lsp/protocol/formatting_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_160 : JSON::PullParser) #

[View source]

Instance Method Detail

def insertSpaces : Bool #

[View source]
def insertSpaces=(_insertSpaces : Bool) #

[View source]
def tabSize : Int32 #

[View source]
def tabSize=(_tabSize : Int32) #

[View source]
def to_json(json : JSON::Builder) #

[View source]