mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-12 21:02:58 +01:00
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"wrapping": {
|
|
"arrayWrap": {
|
|
"defaultWrap": "onePerLine",
|
|
"rules": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"cond": "totalItemLength <= n",
|
|
"value": 100
|
|
}
|
|
],
|
|
"type": "noWrap"
|
|
}
|
|
]
|
|
},
|
|
"mapWrap": {
|
|
"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": "totalItemLength >= n",
|
|
"value": 100
|
|
}
|
|
],
|
|
"type": "onePerLine"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"indentation": {
|
|
"character": " "
|
|
}
|
|
}
|