Files
bpsets/.prettierrc

9 lines
128 B
Plaintext
Raw Normal View History

2025-01-16 15:48:55 +09:00
{
"singleQuote": true,
"trailingComma": "none",
"semi": false,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false
}