You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
682 B
26 lines
682 B
5 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|