12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"proseWrap": "always",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"quoteProps": "preserve"
|
|
}
|