easyappointments/.prettierrc.json

13 lines
283 B
JSON
Raw Permalink Normal View History

2021-11-06 19:35:35 +03:00
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"bracketSpacing": false,
"bracketSameLine": false,
"quoteProps": "preserve",
"trailingComma": "all",
"trailingCommaPHP": true,
"phpVersion": "8.0",
"plugins": ["@prettier/plugin-php"]
2021-11-06 19:35:35 +03:00
}