27 строки
430 B
Plaintext
27 строки
430 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSameLine": true,
|
|
"bracketSpacing": false,
|
|
"requirePragma": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.code-workspace"],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
},
|
|
{
|
|
"files": [
|
|
"*.js",
|
|
"*.js.flow"
|
|
],
|
|
"options": {
|
|
"parser": "hermes"
|
|
}
|
|
}
|
|
]
|
|
}
|