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