From 35510ad6e61705f78c72813f26660158420aa94f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 7 Jun 2014 09:29:36 +0300 Subject: [PATCH] Exclude NHunspell from tabspace. --- run_tabspace.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tabspace.bat b/run_tabspace.bat index b2a9d0868..8ed454dd0 100644 --- a/run_tabspace.bat +++ b/run_tabspace.bat @@ -3,7 +3,7 @@ SETLOCAL PUSHD %~dp0 -tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs +tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs;*Logic\NHunspell\* POPD ENDLOCAL