dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

Save file only if needed #242

Open r1z1 opened 8 years ago

r1z1 commented 8 years ago

I configured in the pre-build step the execution of codeformatter on all projects. It works fine but I have unnecessary recompilations. Even if the format was already done and when I execute the tool on a file, the file is always saved so it implies a recompilation. Do you have any plan to fix that?