jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

The `multiline.element_count` property is not being honored for the 'function_call' delimited scope #104

Closed micahknox closed 6 years ago

micahknox commented 6 years ago

Regardless of what value I provide for the multiline.element_count property of the 'function_call' delimited scope in my user settings for the CFML Formatter, it always breaks when there are 2 or more arguments passed into the function call. It seems like this property should indicate a break if there are a certain number of arguments being passed into the method.

micahknox commented 6 years ago

Please disregard. I discovered that the singleline_max_col overrides the element_count so increasing the maximum column size fixed my issue.

jcberquist commented 6 years ago

Sounds like this is sorted out.