We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499257d commit c020bd5Copy full SHA for c020bd5
web_src/js/features/codeeditor.js
@@ -13,7 +13,6 @@ const baseOptions = {
13
overviewRulerLanes: 0,
14
renderLineHighlight: 'all',
15
renderLineHighlightOnlyWhenFocus: true,
16
- renderWhitespace: 'none',
17
rulers: false,
18
scrollbar: {horizontalScrollbarSize: 6, verticalScrollbarSize: 6},
19
scrollBeyondLastLine: false,
0 commit comments