From d0fd68937045806189ec83bd54342461b6997981 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 29 May 2018 21:58:41 -0400 Subject: [PATCH] Add New Setting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7e86e7..150d5b0 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ * **`xmlTools.enableXmlTreeView`:** Enables the XML Tree View for XML documents. * **`xmlTools.enableXmlTreeViewMetadata`:** Enables attribute and child element counts in the XML Document view. * **`xmlTools.enableXmlTreeViewCursorSync`:** Enables auto-reveal of elements in the XML Document view when a start tag is clicked in the editor. +* **`xmlTools.enforcePrettySelfClosingTagOnFormat`:** Ensures a space is added before the forward slash at the end of a self-closing tag. * **`xmlTools.ignoreDefaultNamespace`:** Ignore default xmlns attributes when evaluating XPath. * **`xmlTools.persistXPathQuery`:** Remember the last XPath query used. * **`xmlTools.removeCommentsOnMinify`:** Remove XML comments during minification.