remove padding of editor by disable folding feature

This commit is contained in:
wfnuser 2018-11-12 14:05:57 +08:00
parent 4c80ac2e8a
commit 6d5c00dc5d

View File

@ -83,7 +83,7 @@ class ConfigEditor extends React.Component {
lineNumbersMinChars: true,
theme: 'vs-dark',
wordWrapColumn: 120,
folding: true,
folding: false,
showFoldingControls: 'always',
wordWrap: 'wordWrapColumn',
cursorStyle: 'line',
@ -101,7 +101,7 @@ class ConfigEditor extends React.Component {
lineNumbersMinChars: true,
theme: 'vs-dark',
wordWrapColumn: 120,
folding: true,
folding: false,
showFoldingControls: 'always',
wordWrap: 'wordWrapColumn',
cursorStyle: 'line',