generated from tilera/1710mod
51 lines
922 B
JSON
51 lines
922 B
JSON
{
|
|
"wrapping": {
|
|
"arrayWrap": {
|
|
"defaultWrap": "onePerLine",
|
|
"rules": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"cond": "totalItemLength <= n",
|
|
"value": 100
|
|
}
|
|
],
|
|
"type": "noWrap"
|
|
}
|
|
]
|
|
},
|
|
"methodChain": {
|
|
"rules": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"cond": "itemCount >= n",
|
|
"value": 3
|
|
}
|
|
],
|
|
"type": "onePerLine"
|
|
}
|
|
]
|
|
},
|
|
"callParameter": {
|
|
"rules": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"cond": "itemCount >= n",
|
|
"value": 3
|
|
},
|
|
{
|
|
"cond": "totalItemLength >= n",
|
|
"value": 100
|
|
}
|
|
],
|
|
"type": "onePerLine"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"indentation": {
|
|
"character": " "
|
|
}
|
|
}
|