1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-03 11:57:34 +02:00
Files
php-web-maker/.prettierrc
2018-03-25 23:37:48 +05:30

10 lines
161 B
Plaintext

{
"tabs": true,
"singleQuote": true,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}