1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-17 20:38:15 +01:00
php-web-maker/.prettierrc

7 lines
94 B
Plaintext
Raw Normal View History

2018-04-14 23:05:35 +05:30
{
"singleQuote": true,
2021-03-31 03:22:35 +05:30
"useTabs": true,
"trailingComma": "none",
"arrowParens": "avoid"
2018-04-14 23:05:35 +05:30
}