Use more tabs

This commit is contained in:
Per Nordlöw 2021-08-22 23:25:11 +02:00
parent 3a819da683
commit 9f42e54e4a

View file

@ -78,33 +78,33 @@ else
// dfmt off // dfmt off
() @trusted { () @trusted {
getopt(args, std.getopt.config.caseSensitive, getopt(args, std.getopt.config.caseSensitive,
"sloc|l", &sloc, "sloc|l", &sloc,
"highlight", &highlight, "highlight", &highlight,
"ctags|c", &ctags, "ctags|c", &ctags,
"help|h", &help, "help|h", &help,
"etags|e", &etags, "etags|e", &etags,
"etagsAll", &etagsAll, "etagsAll", &etagsAll,
"tokenCount|t", &tokenCount, "tokenCount|t", &tokenCount,
"syntaxCheck|s", &syntaxCheck, "syntaxCheck|s", &syntaxCheck,
"ast|xml", &ast, "ast|xml", &ast,
"imports|i", &imports, "imports|i", &imports,
"recursiveImports", &recursiveImports, "recursiveImports", &recursiveImports,
"outline|o", &outline, "outline|o", &outline,
"tokenDump", &tokenDump, "tokenDump", &tokenDump,
"styleCheck|S", &styleCheck, "styleCheck|S", &styleCheck,
"defaultConfig", &defaultConfig, "defaultConfig", &defaultConfig,
"declaration|d", &symbolName, "declaration|d", &symbolName,
"config", &configLocation, "config", &configLocation,
"report", &report, "report", &report,
"reportFormat", &reportFormat, "reportFormat", &reportFormat,
"reportFile", &reportFile, "reportFile", &reportFile,
"I", &importPaths, "I", &importPaths,
"version", &printVersion, "version", &printVersion,
"muffinButton", &muffin, "muffinButton", &muffin,
"explore", &explore, "explore", &explore,
"skipTests", &skipTests, "skipTests", &skipTests,
"errorFormat|f", &errorFormat); "errorFormat|f", &errorFormat);
} (); } ();
//dfmt on //dfmt on
} }
catch (ConvException e) catch (ConvException e)