In past versions of Visual Studio, I could create a single-line autoproperty in C# like this:
public int Whatever { get; set; }
If I hit Co
Go to Tools > Options > Text editor > C# > Formatting > Wrapping
Check "Leave block on single line" and "Leave statements and member declarations on the same line"