Does notebook have an independent setting of word wrap? #11199
Answered
by
rebornix
yuuuxt
asked this question in
Questions and Answers
-
I only found I want to set word wrap to (The reason is that there are some repetitive long expressions, which look better without word wrap.) |
Beta Was this translation helpful? Give feedback.
Answered by
rebornix
Aug 30, 2022
Replies: 1 comment
-
We can override editor settings in notebook only through setting {
"editor.wordWrap": "on"
"notebook.editorOptionsCustomizations": {
"editor.wordWrap": "off"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rebornix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can override editor settings in notebook only through setting
notebook.editorOptionsCustomizations
. For example, to disable word wrap for notebooks: