mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
11 lines
174 B
Batchfile
11 lines
174 B
Batchfile
@ECHO OFF
|
|
SETLOCAL
|
|
|
|
PUSHD %~dp0
|
|
|
|
tabspace /ext:bat;c;cc;cpp;cs;cxx;h;hpp;hxx;iss;xml /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs;*Logic\NHunspell\*
|
|
|
|
POPD
|
|
ENDLOCAL
|
|
EXIT /B
|