Koihik

Results 25 comments of Koihik

'break_after_functioncall_lp' is set to true so that formatter while force add a line break after 'CreateEventListener('. (unless the args can be put in one line.)

This seems like require a new project (or fork from lua-formatter) to implement.

I think it should be possible but won't be easy.

没看出来有什么问题, 超过column_limit了, 不就分成两行了吗

> > 把column_limit调大 > > 您好,格式化代码后,会有回车符显示如下链接图,将配置示例中带true的都试了,还是关不掉,能提醒一下是哪个参数吗?非常感谢!!! > https://ibb.co/9WwWSrL windows下的bug, 暂时还没修

More test case is required.

The situation of function call's args will be more complex. It may be supported in the future.

> Maybe configuration could be one option something this: > > ``` > operators: { > '=': ' = ', > '+': ' + ', > '..': '..', > '^':...