module RubyLsp::Requests::Support::Formatter

def run_diagnostic(uri, document); end

Other tags:
    Abstract: -
def run_diagnostic(uri, document); end

def run_formatting(uri, document); end

Other tags:
    Abstract: -
def run_formatting(uri, document); end

def run_range_formatting(uri, source, base_indentation); end

Other tags:
    Abstract: -
def run_range_formatting(uri, source, base_indentation); end