@pandell/prettier-config
Version:
Pandell Shared Prettier Config
16 lines (15 loc) • 333 B
JSON
{
"$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 }
}
]
}