AFAIK, using Edit Menu > Advanced > Format Document is used to format the code and remove TRAILING SPACES. but it seems that does not work in case of trailing spaces in the documentation
/// <summary> (Format document does not remove trailing spaces in this line) /// Represents an array (Format document does not remove trailing spaces in this line) /// </summary> (Format document does not remove trailing spaces in this line) private readonly string[] array;
Can I customize VS2005 to remove trailing spaces in this case?