rps-project/.prettierrc

8 lines
116 B
Plaintext
Raw Permalink Normal View History

2024-09-10 11:46:05 +03:00
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"bracketSpacing": true,
"semi": true
}