mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-20 05:54:23 +00:00
code format
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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" ")
|
||||
|
||||
Reference in New Issue
Block a user