blob: db7fb8fbc8e7b7d2747671903bca8e79216fe921 (
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
|
{
"indentation": {
"tabWidth": 2
},
"sameLine": {
"ifBody": "same",
"elseBody": "same",
"ifElse": "keep",
"comprehensionFor": "keep"
},
"wrapping": {
"maxLineLength": 90,
"arrayMatrixWrap": "matrixWrapNoAlign",
"arrayWrap": {
"defaultWrap": "keep"
},
"functionSignature": {
"defaultWrap": "keep"
},
"callParameter": {
"defaultWrap": "keep"
},
"methodChain": {
"rules": []
}
}
}
|