11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"printWidth": 140,
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"bracketSameLine": true
|
|
}
|