Does anyone have settings for Visual Studio, in XML or a .vssettings-file, that is compatible with StyleCop?
I've used the book Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries for guidance on what Microsoft finds to be the correct way to format C# and set my Visual Studio-settings accordingly.
But when I use "Format Document" in Visual Studio, StyleCop will fire on all cylinders and complains on all sorts of things.
Some errors even seems impossible to set in the settings. Like curly braces should be on a new line, if something spans for more than one row.