dotfiles/hxformat.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": " "
}
}