Files
lanyard-profile-readme/old/.prettierrc
2024-10-20 19:44:03 +07:00

10 lines
167 B
Plaintext

{
"quoteProps": "consistent",
"printWidth": 120,
"bracketSpacing": true,
"singleQuote": false,
"useTabs": false,
"arrowParens": "avoid",
"tabWidth": 4
}