1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-17 12:28:14 +01:00
php-web-maker/.prettierrc
Kushagra Gour 9643ae6ff0 prettierrc
2021-03-31 03:22:35 +05:30

7 lines
94 B
Plaintext

{
"singleQuote": true,
"useTabs": true,
"trailingComma": "none",
"arrowParens": "avoid"
}