I tried all the tips that I can find on stackoverflow and google, but nothing I can find will allow the "Reset code" option of resharper from creating headers in each file, for example:
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FishBiscuits.cs" company=""> // // </copyright> // <summary> // // </summary> // --------------------------------------------------------------------------------------------------------------------
I have VS2012, StyleCop and Resharper. In StyleCop, I disabled all attributes that require documentation headers. In Resharper, I disabled everything that looked like it could help. When I move on to clearing the code in the list of things that it’s going to do, it has some options, such as 1600, 1604, 1609, like “Yes”, but “Update the file header” as “No”.

In the StyleCop, 1600, 1609 and 1610 settings, the checkboxes are not set, as well as all the parameters of the file headers.
The only thing I can think of is to change these parameters by right-clicking the project and going to the Stylecop settings, so maybe these are not the global settings that Resharper reads. However, I cannot find a way to change the global style settings file.
Any ideas?
source share