mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 11:48:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			317 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			317 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "printWidth": 80,
 | |
|   "tabWidth": 2,
 | |
|   "useTabs": false,
 | |
|   "semi": true,
 | |
|   "singleQuote": false,
 | |
|   "trailingComma": "es5",
 | |
|   "bracketSpacing": true,
 | |
|   "arrowParens": "always",
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": "*.ts",
 | |
|       "options": {
 | |
|         "tabWidth": 4,
 | |
|         "parser": "typescript"
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 | 
