Home
Options

How to configure formatting of commands

I guess I'm anal but I don't want LINQPad to insert a space before a paren. For example, if I enter myTable.whe and let Intellisense complete the Where clause for me it produces something like this:

myTable.Where (p => )

How can I configure LINQPad to not insert the space following the Where keyword and before the open paren? Same thing applies of course to all other such keywords such as Select, OrderBy, etc.

Comments

Sign In or Register to comment.