You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
rest-api/.prettierrc

17 lines
274 B

{
"printWidth": 100,
"proseWrap": "always",
"semi": false,
"singleQuote": true,
"braceStyle": "1tbs",
"tabWidth": 3,
"plugins": [
"@prettier/plugin-php"
],
"overrides": [
{
"files": "*.php",
"options": { "parser": "html" }
}
]
}