{ "$schema": "https://json.schemastore.org/prettierrc", "printWidth": 180, "tabWidth": 4, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "consistent", "trailingComma": "all", "bracketSpacing": true, "jsxBracketSameLine": false, "arrowParens": "always", "proseWrap": "preserve", "endOfLine": "auto" }