-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhxformat.json
More file actions
33 lines (33 loc) · 804 Bytes
/
Copy pathhxformat.json
File metadata and controls
33 lines (33 loc) · 804 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
{
"indentation": {
"tabWidth": 4,
"indentObjectLiteral": true,
"character": "tab",
"conditionalPolicy": "alignedNestedIncrease",
"indentCaseLabels": true
},
"emptyLines": {
"afterPackage": 1,
"betweenTypes": 1,
"finalNewline": true,
"afterBlocks": "keep",
"afterReturn": "keep"
},
"lineEnds": {
"rightCurly": "after",
"leftCurly": "after",
"caseColon": "none"
},
"sameLine": {
"elseIf": "same",
"ifElse": "same",
"expressionIf": "same",
"ifBody": "same",
"catchBody": "same",
"comprehensionFor": "same",
"elseBody": "same",
"doWhileBody": "same",
"doWhile": "next",
"tryCatch": "same"
}
}