From f44470eec7bc29461145bbec9025de2de91793a7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 8 Feb 2014 19:01:23 +0200 Subject: [PATCH] Add a simple batch file to run tabspace (http://stefanstools.sourceforge.net/tabspace.html) --- run_tabspace.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 run_tabspace.bat diff --git a/run_tabspace.bat b/run_tabspace.bat new file mode 100644 index 000000000..b2a9d0868 --- /dev/null +++ b/run_tabspace.bat @@ -0,0 +1,10 @@ +@ECHO OFF +SETLOCAL + +PUSHD %~dp0 + +tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs + +POPD +ENDLOCAL +EXIT /B