====== My StyleCop Settings ====== I like using the Microsoft StyleCop to make my code consistent and I ask the developers I work with to use it too. It helps ensure consistent formatted code regardless of the developer writing the code. I do however, disagree with a few of the default settings such as insisting that every code file have a file header. I also only think that public methods/properties should be required to have XML comments since those are the types that show up in intellisense. I also can't "control" auto-generated code so why should it be checked for style. Probably best to leave those files alone anyway. Anyway, This is my main StyleCop Setting File: False \.g\.cs$ \.generated\.cs$ \.g\.i\.cs$ as do id if in is my no on to ui False False False False False False False False True True False