prettier-plugin-coffeescript
prettier-plugin-coffeescript copied to clipboard
Option for leading logical operators
Should merge Coffeescript branch allowing leading logical operators and make this the default behavior. And then add option to specify current behavior (trailing logical operators), eg lineContinuingLeadingOperators: ['none'] (or ['logical']) - use an array to allow for the future possibility of other types of leading operators being supported by Coffeescript?