10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"semi": true,
|
|
"endOfLine": "lf"
|
|
}
|