hxformat: correctly wrap map literals

This commit is contained in:
LordMZTE 2024-10-30 09:37:42 +01:00
parent b1c60fe4d9
commit 25cd1cb923
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -14,6 +14,20 @@
}
]
},
"mapWrap": {
"defaultWrap": "onePerLine",
"rules": [
{
"conditions": [
{
"cond": "totalItemLength <= n",
"value": 100
}
],
"type": "noWrap"
}
]
},
"methodChain": {
"rules": [
{