mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "tabWidth": 2,
 | |
|   "useTabs": false,
 | |
|   "endOfLine": "lf",
 | |
|   "arrowParens": "always",
 | |
|   "singleQuote": false,
 | |
|   "trailingComma": "es5",
 | |
|   "semi": true,
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": [
 | |
|         "**/devcontainer.json",
 | |
|         "**/tsconfig.json",
 | |
|         "**/tsconfig.*.json"
 | |
|       ],
 | |
|       "options": {
 | |
|         "parser": "json"
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 |