Remove All Extra Lines in Property Declarations
Richard McCutchen | October 1, 2010
If you’re like me you like to have your properties, when possible, be the nice one line for get and set, makes it easier to read, for me at least, and makes your code file look less cluttered (otherwise known as the shorthand notation). Notice how Visual Studio adds the extra lines in properties, and [...]

