mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-04 19:42:33 +01:00
hxformat: correctly wrap map literals
This commit is contained in:
parent
b1c60fe4d9
commit
25cd1cb923
1 changed files with 14 additions and 0 deletions
|
@ -14,6 +14,20 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"mapWrap": {
|
||||
"defaultWrap": "onePerLine",
|
||||
"rules": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"cond": "totalItemLength <= n",
|
||||
"value": 100
|
||||
}
|
||||
],
|
||||
"type": "noWrap"
|
||||
}
|
||||
]
|
||||
},
|
||||
"methodChain": {
|
||||
"rules": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue