UNPKG

@pandell/prettier-config

Version:
16 lines (15 loc) 333 B
{ "$schema": "https://json.schemastore.org/prettierrc.json", "arrowParens": "avoid", "endOfLine": "auto", "printWidth": 120, "quoteProps": "preserve", "tabWidth": 4, "trailingComma": "none", "overrides": [ { "files": ["*.json", "*.jsonc", "*.json5", "*.yml"], "options": { "tabWidth": 2 } } ] }