forked from external/vscode-xml
		
	Fixes typo in documentation
This commit is contained in:
		
							parent
							
								
									f2cfe160ba
								
							
						
					
					
						commit
						1f69ee6ab4
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -25,7 +25,7 @@
 | 
				
			||||||
* **`xmlTools.ignoreDefaultNamespace`:** Ignore default xmlns attributes when evaluating XPath.
 | 
					* **`xmlTools.ignoreDefaultNamespace`:** Ignore default xmlns attributes when evaluating XPath.
 | 
				
			||||||
* **`xmlTools.persistXPathQuery`:** Remember the last XPath query used.
 | 
					* **`xmlTools.persistXPathQuery`:** Remember the last XPath query used.
 | 
				
			||||||
* **`xmlTools.removeCommentsOnMinify`:** Remove XML comments during minification.
 | 
					* **`xmlTools.removeCommentsOnMinify`:** Remove XML comments during minification.
 | 
				
			||||||
* **`xmlTools.splitAttributesOnFormat`:** Put each attribute on a new line when formatting XML. Overrides `xmlTools.splitXmlsOnFormat` if set to `true`. (V2 Formatter Only)
 | 
					* **`xmlTools.splitAttributesOnFormat`:** Put each attribute on a new line when formatting XML. Overrides `xmlTools.splitXmlnsOnFormat` if set to `true`. (V2 Formatter Only)
 | 
				
			||||||
* **`xmlTools.splitXmlnsOnFormat`:** Put each xmlns attribute on a new line when formatting XML.
 | 
					* **`xmlTools.splitXmlnsOnFormat`:** Put each xmlns attribute on a new line when formatting XML.
 | 
				
			||||||
* **`xmlTools.xmlFormatterImplementation`:** Supported XML Formatters: `classic`, `v2`.
 | 
					* **`xmlTools.xmlFormatterImplementation`:** Supported XML Formatters: `classic`, `v2`.
 | 
				
			||||||
* **`xmlTools.xqueryExecutionArguments`:** Arguments to be passed to the XQuery execution engine.
 | 
					* **`xmlTools.xqueryExecutionArguments`:** Arguments to be passed to the XQuery execution engine.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -113,7 +113,7 @@
 | 
				
			||||||
                "xmlTools.splitAttributesOnFormat": {
 | 
					                "xmlTools.splitAttributesOnFormat": {
 | 
				
			||||||
                    "type": "boolean",
 | 
					                    "type": "boolean",
 | 
				
			||||||
                    "default": false,
 | 
					                    "default": false,
 | 
				
			||||||
                    "description": "Put each attribute on a new line when formatting XML. Overrides `xmlTools.splitXmlsOnFormat` if set to `true`.",
 | 
					                    "description": "Put each attribute on a new line when formatting XML. Overrides `xmlTools.splitXmlnsOnFormat` if set to `true`.",
 | 
				
			||||||
                    "scope": "resource"
 | 
					                    "scope": "resource"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "xmlTools.splitXmlnsOnFormat": {
 | 
					                "xmlTools.splitXmlnsOnFormat": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue