From e47957e24c4856792b16d43f25bd41c744ddbdc8 Mon Sep 17 00:00:00 2001 From: marijnjh Date: Thu, 5 Mar 2026 21:32:13 +0100 Subject: [PATCH] fix: replace reference to Monaco with CodeMirror in `app.example.ini` (#11507) Just a small fix in a comment in the example config file. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11507 Reviewed-by: Gusted Co-authored-by: marijnjh Co-committed-by: marijnjh --- custom/conf/app.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index b7aa3571df..da83d4636f 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1062,7 +1062,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -;; List of file extensions for which lines should be wrapped in the Monaco editor +;; List of file extensions for which lines should be wrapped in the CodeMirror editor ;; Separate extensions with a comma. To line wrap files without an extension, just put a comma ;LINE_WRAP_EXTENSIONS = .txt,.md,.markdown,.mdown,.mkd,.livemd,