Files
lanyard-profile-readme/.prettierrc
2021-06-22 14:07:03 -04:00

10 lines
167 B
Plaintext

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