forked from external/vscode-xml
parent
54ff41c736
commit
66b2bc3de2
3 changed files with 38 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ export class V2XmlFormatter implements XmlFormatter {
|
|||
|
||||
let output = "";
|
||||
|
||||
let indentLevel = options.initialIndentLevel;
|
||||
let indentLevel = options.initialIndentLevel || 0;
|
||||
let attributeQuote = "";
|
||||
let lineBreakSpree = false;
|
||||
let lastWordCharacter: string | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue