9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"editorconfig": true,
|
|
"trailingComma": "es5",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"tabWidth": 4
|
|
}
|