easyappointments/.prettierrc.json

13 lines
285 B
JSON
Raw Normal View History

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