Skip to main content

format_document

Function format_document 

Source
pub fn format_document(source: &str) -> Option<Vec<TextEdit>>
Expand description

Format source with the best available PHP formatter. Returns None if no formatter is installed or if the source was unchanged.