diff --git a/hxformat.json b/hxformat.json index a7d8f60..c1f7d50 100644 --- a/hxformat.json +++ b/hxformat.json @@ -7,7 +7,7 @@ "conditions": [ { "cond": "totalItemLength <= n", - "value": 50 + "value": 100 } ], "type": "noWrap" @@ -31,13 +31,9 @@ "rules": [ { "conditions": [ - { - "cond": "itemCount >= n", - "value": 3 - }, { "cond": "totalItemLength >= n", - "value": 50 + "value": 100 } ], "type": "onePerLine"