Add a simple batch file to run tabspace (http://stefanstools.sourceforge.net/tabspace.html)

This commit is contained in:
XhmikosR 2014-02-08 19:01:23 +02:00
parent de7536e930
commit f44470eec7

10
run_tabspace.bat Normal file
View File

@ -0,0 +1,10 @@
@ECHO OFF
SETLOCAL
PUSHD %~dp0
tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs
POPD
ENDLOCAL
EXIT /B