Mark Bockenstedt
Mark Bockenstedt
Here's the use case. ``` results = service.getApplications( name: "John", sort_by: "Name DESC" ) writeDump( var: results, label: "results" ); ``` I'd like to always break named arguments to one...
Would it be possible to expand formatting rule for when struct keys need to be quoted to be a bit more like ESLint's rule? https://eslint.org/docs/rules/quote-props While I generally don't have...
There is currently a setting for `struct.separator`. Can we have the same for function call arguments? I would like to be able to format named arguments with one of the...