blob: 89bf1e233737786dc2bd90dd554d698ea0880f39 (
plain) (
blame)
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
|
{
"indentation": {
"tabWidth": 2
},
"sameLine": {
"ifBody": "same",
"elseBody": "same",
"comprehensionFor": "keep",
"forBody": "keep"
},
"wrapping": {
"maxLineLength": 90,
"arrayMatrixWrap": "matrixWrapNoAlign",
"arrayWrap": {
"defaultWrap": "keep"
},
"functionSignature": {
"defaultWrap": "keep"
},
"callParameter": {
"defaultWrap": "keep"
},
"methodChain": {
"rules": []
}
},
"emptyLines": {
"beforeDocCommentEmptyLines": "ignore",
"afterFieldsWithDocComments": "ignore"
}
}
|