mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-28 10:54:53 -04:00
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 <gusted@noreply.codeberg.org> Co-authored-by: marijnjh <marijnjh@noreply.codeberg.org> Co-committed-by: marijnjh <marijnjh@noreply.codeberg.org>
This commit is contained in:
parent
df9a9cc5e1
commit
e47957e24c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue