updated wordWrap option be `on`

This commit is contained in:
Phil Hughes 2018-04-01 16:47:10 +01:00
parent f1ddfac4b0
commit bc64e20cab
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export const defaultEditorOptions = {
minimap: {
enabled: false,
},
wordWrap: 'bounded',
wordWrap: 'on',
};
export default [

View File

@ -76,7 +76,7 @@ describe('Multi-file editor library', () => {
occurrencesHighlight: false,
renderLineHighlight: 'none',
hideCursorInOverviewRuler: true,
wordWrap: 'bounded',
wordWrap: 'on',
});
});
});