struct LSP::Protocol::FormattingOptions
- LSP::Protocol::FormattingOptions
- Struct
- Value
- Object
Defined in:
lsp/protocol/formatting_options.crConstructors
Instance Method Summary
- #insertSpaces : Bool
- #insertSpaces=(_insertSpaces : Bool)
- #tabSize : Int32
- #tabSize=(_tabSize : Int32)
- #to_json(json : JSON::Builder)