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