pub fn get_formatted_file( db: &dyn SyntaxGroup, syntax_root: &SyntaxNode, config: FormatterConfig, ) -> String
Returns the formatted syntax tree as a string.
db
syntax_root
config
String