config.phundrak.com/.prettierrc.json

10 lines
158 B
JSON
Raw Normal View History

2024-01-28 04:30:15 +00:00
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}