Add Typst settings.
This commit is contained in:
		
							parent
							
								
									7674fbf5fc
								
							
						
					
					
						commit
						fe0b32094e
					
				| 
						 | 
				
			
			@ -85,6 +85,8 @@
 | 
			
		|||
  ],
 | 
			
		||||
  // SVG Preview (ID: jock.svg)
 | 
			
		||||
  "svg.preview.mode": "svg",
 | 
			
		||||
  // Typst LSP (ID: nvarner.typst-lsp)
 | 
			
		||||
  "typst-lsp.exportPdf": "never",
 | 
			
		||||
  // Linter XO (ID: samverschueren.linter-xo).
 | 
			
		||||
  "xo.format.enable": true,
 | 
			
		||||
  "xo.validate": [
 | 
			
		||||
| 
						 | 
				
			
			@ -149,6 +151,10 @@
 | 
			
		|||
    "editor.defaultFormatter": "samverschueren.linter-xo",
 | 
			
		||||
    "editor.formatOnSave": true
 | 
			
		||||
  },
 | 
			
		||||
  "[typst]": {
 | 
			
		||||
    "editor.wordWrap": "wordWrapColumn",
 | 
			
		||||
    "editor.wordWrapColumn": 80
 | 
			
		||||
  },
 | 
			
		||||
  "[xml]": {
 | 
			
		||||
    "editor.wordWrap": "on"
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue