mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"bracketSpacing": false,
|
|
"bracketSameLine": false,
|
|
"quoteProps": "preserve",
|
|
"trailingComma": "all",
|
|
"trailingCommaPHP": true,
|
|
"phpVersion": "8.0",
|
|
"plugins": ["@prettier/plugin-php"]
|
|
}
|