mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-01 03:38:35 +08:00 
			
		
		
		
	feat(vscode): set XML formatter
This commit is contained in:
		
							parent
							
								
									f209e4f14d
								
							
						
					
					
						commit
						1ba6104e36
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		
							
								
								
									
										9
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							|  | @ -19,5 +19,12 @@ | |||
|   "[css]": { | ||||
|     "editor.defaultFormatter": "vscode.css-language-features" | ||||
|   }, | ||||
|   "npm.exclude": ["**/build", "**/dist", "**/out/**"] | ||||
|   "npm.exclude": [ | ||||
|     "**/build", | ||||
|     "**/dist", | ||||
|     "**/out/**" | ||||
|   ], | ||||
|   "[xml]": { | ||||
|     "editor.defaultFormatter": "redhat.vscode-xml" | ||||
|   } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue