You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/config.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ wsh editconfig
63
63
| editor:minimapenabled | bool | set to false to disable editor minimap |
64
64
| editor:stickyscrollenabled | bool | enables monaco editor's stickyScroll feature (pinning headers of current context, e.g. class names, method names, etc.), defaults to false |
65
65
| editor:wordwrap | bool | set to true to enable word wrapping in the editor (defaults to false) |
66
+
| editor:fontsize | float64 | set the font size for the editor (defaults to 12px) |
66
67
| preview:showhiddenfiles | bool | set to false to disable showing hidden files in the directory preview (defaults to true) |
67
68
| markdown:fontsize | float64 | font size for the normal text when rendering markdown in preview. headers are scaled up from this size, (default 14px) |
68
69
| markdown:fixedfontsize | float64 | font size for the code blocks when rendering markdown in preview (default is 12px) |
0 commit comments