mirror of
				https://github.com/Instadapp/aave-protocol-v2.git
				synced 2024-07-29 21:47:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "printWidth": 100,
 | |
|   "trailingComma": "es5",
 | |
|   "semi": true,
 | |
|   "singleQuote": true,
 | |
|   "tabWidth": 2,
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": "*.sol",
 | |
|       "options": {
 | |
|         "semi": true,
 | |
|         "printWidth": 100
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 | 
