From 7f297dd84f57c846ad007ced68bbe511c99f67ab Mon Sep 17 00:00:00 2001 From: Alexander Chen Date: Thu, 15 Jul 2021 11:29:39 -0400 Subject: [PATCH] documented closingBracketNewLine indent following splitAttributesIndentSize --- docs/Formatting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Formatting.md b/docs/Formatting.md index 435df399..31fd028d 100644 --- a/docs/Formatting.md +++ b/docs/Formatting.md @@ -400,6 +400,8 @@ If it is set to `true`, the above document becomes: If set to `true`, the closing bracket (`>` or `/>`) of a tag with at least 2 attributes will be put on a new line. +The closing bracket will have the same indentation as the attributes (if any), following the indent level defined by [splitAttributesIndentSize](#xmlformatsplitattributesindentsize). + Requires [splitAttributes](#xmlformatsplitattributes) to be set to `true`. Defaults to `false`. @@ -412,5 +414,5 @@ becomes + /> ``` \ No newline at end of file