9 lines
141 B
JSON
9 lines
141 B
JSON
|
{
|
||
|
"semi": true,
|
||
|
"trailingComma": "all",
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 160,
|
||
|
"tabWidth": 2,
|
||
|
"endOfLine": "auto"
|
||
|
}
|