Document content before formatting.
OptionaldisposeWhether to dispose the created documents right after performing the check.
Defaults to false.
OptionaloptionsOptions used by the formatter. Default:
{
insertSpaces: true,
tabSize: 4
}
OptionalparseParse options used to parse the text property.
OptionalrangeIf given, only the specified range will be affected by the formatter
Expected document content after formatting. The test case will compare this to the actual formatted document.