I have a macro/addin where I need to disable the Vb.Net pretty listing temporary.
Found a listing of options here
In my case it is
Dim prettyListingProperty = DTE.Properties("TextEditor", "Basic-Specific").Item("PrettyListing")