mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-24 20:00:37 +00:00
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"quoteProps": "consistent",
|
|
"printWidth": 120,
|
|
"bracketSpacing": true,
|
|
"singleQuote": false,
|
|
"useTabs": false,
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 2
|
|
}
|