You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I make so that formatter won't break line after last argument in function signatures (in long lines)? If possible how would I define this in hxformat.json?
My current hxformat.json in this part looks like this
Hi, I transferred your issue over to formatter's issues.
right now there is no option to stop line breaks after last element in "onePerLine" mode
And there is also no real documentation on hxformat.json apart from a JSON schema that is integrated with VSCode that will help you by giving you autocompletion of options and values. It also shows tooltips for settings and their values.
There is a dump of a fully filled out hxformat.json at https://github.com/HaxeCheckstyle/haxe-formatter/blob/master/resources/default-hxformat.json (or you can create one with haxelib run formatter --default-config default-hxformat.json).
Can I make so that formatter won't break line after last argument in function signatures (in long lines)? If possible how would I define this in hxformat.json?
My current hxformat.json in this part looks like this
and I get functions formatted like this
and I would like to get it like this
Thank a lot for you help and sorry if this is wrong place for asking questions.
The text was updated successfully, but these errors were encountered: