mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-04 20:22:33 +01:00
update haxefmt config
This commit is contained in:
parent
c39139fa56
commit
dd2a505142
1 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue