pub fn format_node<L: FormatLanguage>(
    root: &SyntaxNode<L::SyntaxLanguage>,
    language: L
) -> FormatResult<Formatted<L::Context>>
Expand description

Formats a syntax node file based on its features.

It returns a Formatted result, which the user can use to override a file.