Skip to content

Commit

Permalink
fixed indentation for closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chen committed Jun 16, 2021
1 parent 9b822bf commit 4ffaced
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ private void formatAttributes(DOMElement element) throws BadLocationException {
}
if ((this.sharedSettings.getFormattingSettings().getClosingBracketNewLine() && this.sharedSettings.getFormattingSettings().isSplitAttributes()) && !isSingleAttribute) {
xmlBuilder.linefeed();
xmlBuilder.indent(this.indentLevel);
}
}

Expand Down

0 comments on commit 4ffaced

Please sign in to comment.