tsfetch/worker/.prettierrc.json

8 lines
95 B
JSON
Raw Normal View History

2024-11-14 07:57:50 -05:00
{
"printWidth": 140,
"singleQuote": false,
"semi": true,
"useTabs": true,
"tabWidth": 4
}