Function sway_lsp::handlers::request::handle_formatting

source ยท
pub async fn handle_formatting(
    state: &ServerState,
    params: DocumentFormattingParams,
) -> Result<Option<Vec<TextEdit>>>