mont58-theme/.prettierrc

18 lines
246 B
Plaintext
Raw Normal View History

2024-05-08 20:23:32 +00:00
{
"plugins": ["@prettier/plugin-php"],
"overrides": [
{
"files": "*.inc",
"options": {
"parser": "php"
}
},
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}