code format

This commit is contained in:
Carlos Zamora
2026-05-12 18:34:10 -07:00
parent 56718992ac
commit 89b2295a8c
2 changed files with 4 additions and 4 deletions

View File

@@ -112,8 +112,8 @@ Author(s):
X(Microsoft::Terminal::Control::PathTranslationStyle, PathTranslationStyle, "pathTranslationStyle", Microsoft::Terminal::Control::PathTranslationStyle::None) \
X(Microsoft::Terminal::Control::OutputNotificationStyle, NotifyOnActivity, "notifyOnActivity", Microsoft::Terminal::Control::OutputNotificationStyle::None) \
X(Microsoft::Terminal::Control::OutputNotificationStyle, NotifyOnNextPrompt, "notifyOnNextPrompt", Microsoft::Terminal::Control::OutputNotificationStyle::None) \
X(int32_t, NotifyOnActivityThreshold, "notifyOnActivityThreshold", 5) \
X(int32_t, NotifyOnNextPromptThreshold, "notifyOnNextPromptThreshold", 5) \
X(int32_t, NotifyOnActivityThreshold, "notifyOnActivityThreshold", 5) \
X(int32_t, NotifyOnNextPromptThreshold, "notifyOnNextPromptThreshold", 5) \
X(bool, AutoDetectRunningCommand, "autoDetectRunningCommand", false)
// Intentionally omitted Profile settings:

View File

@@ -90,7 +90,7 @@
X(winrt::Microsoft::Terminal::Control::PathTranslationStyle, PathTranslationStyle, winrt::Microsoft::Terminal::Control::PathTranslationStyle::None) \
X(winrt::Microsoft::Terminal::Control::OutputNotificationStyle, NotifyOnActivity, winrt::Microsoft::Terminal::Control::OutputNotificationStyle::None) \
X(winrt::Microsoft::Terminal::Control::OutputNotificationStyle, NotifyOnNextPrompt, winrt::Microsoft::Terminal::Control::OutputNotificationStyle::None) \
X(int32_t, NotifyOnActivityThreshold, 5) \
X(int32_t, NotifyOnNextPromptThreshold, 5) \
X(int32_t, NotifyOnActivityThreshold, 5) \
X(int32_t, NotifyOnNextPromptThreshold, 5) \
X(bool, AutoDetectRunningCommand, false) \
X(winrt::hstring, DragDropDelimiter, L" ")