mirror of
				https://github.com/suyiiyii/nonebot-bison.git
				synced 2025-11-04 13:34:52 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			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"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |