{ "printWidth": 90, "tabWidth": 4, "useTabs": false, "semi": true, "singleQuote": false, "trailingComma": "none", "bracketSpacing": true, "arrowParens": "avoid", "overrides": [ { "files": "*.tsx", "options": { "printWidth": 150 } }, { "files": "useUserProfileForm.tsx", "options": { "printWidth": 150 } } ] }