From 3b1ce063bfc7e70dce048e656157c9e67db33da4 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 1 Mar 2025 14:21:31 -0500 Subject: [PATCH] Default comments to 'Order in doc' (#8597) --- shared/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constants.ts b/shared/constants.ts index 9aa8882711..8ebc461424 100644 --- a/shared/constants.ts +++ b/shared/constants.ts @@ -32,6 +32,6 @@ export const UserPreferenceDefaults: UserPreferences = { [UserPreference.RememberLastPath]: true, [UserPreference.UseCursorPointer]: true, [UserPreference.CodeBlockLineNumers]: true, - [UserPreference.SortCommentsByOrderInDocument]: false, + [UserPreference.SortCommentsByOrderInDocument]: true, [UserPreference.EnableSmartText]: true, };