18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
{
|
|
"plugins": ["@prettier/plugin-php"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.inc",
|
|
"options": {
|
|
"parser": "php"
|
|
}
|
|
},
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|