Skip to content

Instantly share code, notes, and snippets.

@iandesj
Created December 5, 2017 17:58
Show Gist options
  • Save iandesj/0036d5371ed83f1b2f769950cee48299 to your computer and use it in GitHub Desktop.
Save iandesj/0036d5371ed83f1b2f769950cee48299 to your computer and use it in GitHub Desktop.
Cleanup code
cleanupcode.exe /p=LOTS-Solution /s="$env:AppData\JetBrains\Shared\vAny\GlobalSettingsStorage.DotSettings" "$env:USERPROFILE\Source\Repos\lots-solution\LOTS\LOTS.sln" --include=".\$("$(git diff --name-only origin/master...)
".split(" ") -like "*.cs" -replace "^LOTS", "**" -join ";")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment