26 lines
682 B
Plaintext
26 lines
682 B
Plaintext
{
|
|
"lineBreak": {
|
|
"before": {
|
|
"ClassClosingBrace": "1",
|
|
"FunctionDeclarationClosingBrace": "1",
|
|
"FunctionExpressionClosingBrace": "1",
|
|
"CallExpression": ">=1",
|
|
"ReturnStatement" : "2",
|
|
"FunctionExpression": "2",
|
|
"FunctionDeclaration": "2",
|
|
"ClassDeclaration": "2",
|
|
"IfStatement": "2",
|
|
"ForStatement": "2",
|
|
"ForOfStatement": "2",
|
|
"ForInStatement": "2"
|
|
},
|
|
"after": {
|
|
"ClassClosingBrace": ">=1",
|
|
"FunctionExpressionOpeningBrace" : "<2",
|
|
"FunctionExpressionClosingBrace": ">=1",
|
|
"FunctionDeclarationOpeningBrace": "<2",
|
|
"FunctionDeclarationClosingBrace": "2"
|
|
}
|
|
}
|
|
}
|