kakawa/.prettierrc

7 lines
89 B
Plaintext
Raw Normal View History

2024-09-23 23:05:32 +05:30
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120
}