mirror of
				https://github.com/open-webui/desktop
				synced 2025-06-26 18:15:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			249 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			249 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"useTabs": true,
 | |
| 	"singleQuote": true,
 | |
| 	"trailingComma": "none",
 | |
| 	"printWidth": 100,
 | |
| 	"plugins": ["prettier-plugin-svelte"],
 | |
| 	"pluginSearchDirs": ["."],
 | |
| 	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
 | |
| 	"tabWidth": 4
 | |
| }
 |