Capital/.prettierrc

8 lines
107 B
Plaintext
Raw Normal View History

2025-01-01 14:44:35 +00:00
{
"semi": false,
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "all",
"singleQuote": true
}