9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"quoteProps": "consistent",
|
|
"semi": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 2
|
|
}
|