30 lines
		
	
	
		
			561 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			561 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "bracketSameLine": false,
 | |
|   "insertPragma": false,
 | |
|   "arrowParens": "always",
 | |
|   "semi": true,
 | |
|   "singleQuote": true,
 | |
|   "trailingComma": "es5",
 | |
|   "printWidth": 100,
 | |
|   "tabWidth": 2,
 | |
|   "useTabs": false,
 | |
|   "bracketSpacing": true,
 | |
|   "plugins": ["prettier-plugin-svelte", "prettier-plugin-rust"],
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": "*.svelte",
 | |
|       "options": {
 | |
|         "parser": "svelte"
 | |
|       }
 | |
|     },
 | |
|     {
 | |
|       "files": "*.{css,pcss}",
 | |
|       "options": {
 | |
|         "tabWidth": 2,
 | |
|         "useTabs": false,
 | |
|         "singleQuote": false
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 |