1

I saw on this link How do you auto format code in Visual Studio? how to apply indentation on files, but I need to apply this in more than 350 files, have a way to do this without open every file?

Community
  • 1
  • 1
pcdro
  • 307
  • 1
  • 4
  • 16
  • 1
    See related with solution: http://stackoverflow.com/questions/931406/formatting-at-once-all-the-files-in-a-visual-studio-project – Sean Nov 13 '15 at 19:23

1 Answers1

0

Currently it is not possible with the default features of the Visual Studio. I was able to accomplish this task using the ReSharper Cleanup Solution feature: https://www.jetbrains.com/help/resharper/Code_Cleanup__Index.html

pcdro
  • 307
  • 1
  • 4
  • 16