mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
26 lines
590 B
Text
26 lines
590 B
Text
{
|
|
"indent": {
|
|
"value": " "
|
|
},
|
|
"whiteSpace": {
|
|
"before": {
|
|
"FunctionExpressionOpeningBrace": 1,
|
|
"FunctionExpressionClosingBrace": 0
|
|
},
|
|
"after": {
|
|
"FunctionExpressionOpeningBrace": 1,
|
|
"FunctionExpressionClosingBrace": -1,
|
|
"FunctionReservedWord": 1
|
|
}
|
|
},
|
|
"plugins": [
|
|
"esformatter-quotes",
|
|
"esformatter-semicolons",
|
|
"esformatter-dot-notation",
|
|
"esformatter-braces"
|
|
],
|
|
"quotes": {
|
|
"type": "single",
|
|
"avoidEscape": false
|
|
}
|
|
}
|