1{2 "useTabs": true,3 "tabWidth": 2,4 "singleQuote": true,5 "trailingComma": "all",6 "overrides": [7 {8 "files": "*.sol",9 "options": {10 "singleQuote": false,11 "printWidth": 120,12 "explicitTypes": "always"13 }14 }15 ]16}