Method: LanguageServer::Protocol::Interface::WorkspaceEditClientCapabilities#normalizes_line_endings

Defined in:
lib/language_server/protocol/interface/workspace_edit_client_capabilities.rb

#normalizes_line_endingsboolean

Whether the client normalizes line endings to the client specific setting. If set to true the client will normalize line ending characters in a workspace edit to the client specific new line character(s).

Returns:

  • (boolean)


50
51
52
# File 'lib/language_server/protocol/interface/workspace_edit_client_capabilities.rb', line 50

def normalizes_line_endings
  attributes.fetch(:normalizesLineEndings)
end