mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-27 15:54:00 -05:00
Fix spacing.
This commit is contained in:
@@ -56,14 +56,14 @@ namespace ts {
|
||||
category: Diagnostics.Command_line_Options,
|
||||
description: Diagnostics.Stylize_errors_and_messages_using_color_and_context_experimental
|
||||
},
|
||||
{
|
||||
name: "diagnosticStyle",
|
||||
type: createMapFromTemplate({
|
||||
auto: DiagnosticStyle.Auto,
|
||||
pretty: DiagnosticStyle.Pretty,
|
||||
simple: DiagnosticStyle.Simple,
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: "diagnosticStyle",
|
||||
type: createMapFromTemplate({
|
||||
auto: DiagnosticStyle.Auto,
|
||||
pretty: DiagnosticStyle.Pretty,
|
||||
simple: DiagnosticStyle.Simple,
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: "preserveWatchOutput",
|
||||
type: "boolean",
|
||||
|
||||
Reference in New Issue
Block a user