-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.esformatter
More file actions
36 lines (34 loc) · 787 Bytes
/
Copy path.esformatter
File metadata and controls
36 lines (34 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"indent": {
"value": " ",
"FunctionExpression": 1,
"ArrayExpression": 1,
"ObjectExpression": 1
},
"lineBreak": {
"before": {
"ElseStatement": 0,
"ElseIfStatement": 0,
"FunctionDeclaration": ">=1",
"FunctionDeclarationOpeningBrace": 0,
"FunctionDeclarationClosingBrace": ">=1",
"FunctionExpressionOpeningBrace": 0
},
"after": {
"FunctionDeclaration": ">=1",
"FunctionDeclarationOpeningBrace": 1
}
},
"whiteSpace": {
"before": {
"FunctionDeclaration": 1,
"FunctionExpressionOpeningBrace": 1,
"FunctionExpressionClosingBrace": 1
},
"after": {
"FunctionName": 0,
"FunctionExpressionOpeningBrace": 0,
"FunctionExpressionClosingBrace": 0
}
}
}