amis-rpc-design/node_modules/ts-loader/.prettierrc

8 lines
136 B
Plaintext
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"arrowParens": "avoid",
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80
}