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