On Sunday, August 10, 2014, Rahul Gopinath <[email protected]> wrote: > Here is a related issue, > > I notice that there are different conventions for spacing followed > when using method calls with parenthesis, > including `method(a,b)`, `method( a, b )` and `method( a,b )`. Does > the list have a preference for one of the styles when I add > parenthesis (to those methods that are not DSL like)? > > I think our choices are > `mymethod(a,b)` -- currently supported by rubocop > `mymethod( a, b )` -- another common style > > or any other...
I guess I'm in the any other camp. mymethod(a, b) -- Josh Partlow [email protected] Developer, Puppet Labs Join us at PuppetConf 2014, September 20-24 in San Francisco Register by September 8th to take advantage of the Final Countdown —save $149! -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/CADxAQ5qkmv2MxxQVQczxwriYMyJQ_wW5vDuhz7hmHQHf%2BQp3Lw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
