forked from tonesto7/echo-speaks-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.esformatter
More file actions
33 lines (33 loc) · 673 Bytes
/
.esformatter
File metadata and controls
33 lines (33 loc) · 673 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
{
"plugins": [
"esformatter-quotes",
"esformatter-braces",
"esformatter-semicolons"
],
"quotes": {
"type": "single",
"avoidEscape": false
},
"whiteSpace": {
"before": {
"ParameterList": -1,
"ParameterComma": -1,
"FunctionDeclarationOpeningBrace": -1,
"FunctionDeclarationClosingBrace": -1,
"ForStatementExpressionOpening": -1
},
"after": {
"FunctionName": -1,
"ParameterComma": 1,
"FunctionReservedWord": -1,
"ParameterList": -1,
"FunctionDeclarationOpeningBrace": -1,
"PropertyName": -1
}
},
"lineBreak": {
"before": {
"EndOfFile": 1
}
}
}