profile/.prettierrc
2022-03-20 01:24:07 +06:00

9 lines
132 B
Plaintext

{
"semi": true,
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2
}