{ "tabWidth": 4, "printWidth": 120, "proseWrap": "preserve", "semi": false, "trailingComma": "es5", "singleQuote": true, "overrides": [ { "files": "{*.js?(on),*.y?(a)ml,.*.js?(on),.*.y?(a)ml,*.md,.prettierrc,.stylelintrc,.babelrc}", "options": { "tabWidth": 2 } }, { "files": "composer.{json,lock}", "options": { "tabWidth": 4 } } ] }