Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-07 06:08:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-07 06:08:02 +0300
commit26e0767a07b3cd714c0af92f1d84197519259214 (patch)
treea4cb6377182f4ae7f7fc634383d3d8a3badb2226 /app/controllers/profiles
parentb3e461ab0f3b483bf7304cba800b30f37517d557 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/profiles')
-rw-r--r--app/controllers/profiles/preferences_controller.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/profiles/preferences_controller.rb b/app/controllers/profiles/preferences_controller.rb
index 7aca76c2fb1..c0360d10392 100644
--- a/app/controllers/profiles/preferences_controller.rb
+++ b/app/controllers/profiles/preferences_controller.rb
@@ -55,7 +55,8 @@ class Profiles::PreferencesController < Profiles::ApplicationController
:sourcegraph_enabled,
:gitpod_enabled,
:render_whitespace_in_code,
- :markdown_surround_selection
+ :markdown_surround_selection,
+ :markdown_automatic_lists
]
end
end