Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
bc64e20c
Unverified
Commit
bc64e20c
authored
7 years ago
by
Phil Hughes
Browse files
Options
Download
Email Patches
Plain Diff
updated wordWrap option be `on`
parent
f1ddfac4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/ide/lib/editor_options.js
app/assets/javascripts/ide/lib/editor_options.js
+1
-1
spec/javascripts/ide/lib/editor_spec.js
spec/javascripts/ide/lib/editor_spec.js
+1
-1
No files found.
app/assets/javascripts/ide/lib/editor_options.js
View file @
bc64e20c
...
...
@@ -6,7 +6,7 @@ export const defaultEditorOptions = {
minimap
:
{
enabled
:
false
,
},
wordWrap
:
'
bounded
'
,
wordWrap
:
'
on
'
,
};
export
default
[
...
...
This diff is collapsed.
Click to expand it.
spec/javascripts/ide/lib/editor_spec.js
View file @
bc64e20c
...
...
@@ -76,7 +76,7 @@ describe('Multi-file editor library', () => {
occurrencesHighlight
:
false
,
renderLineHighlight
:
'
none
'
,
hideCursorInOverviewRuler
:
true
,
wordWrap
:
'
bounded
'
,
wordWrap
:
'
on
'
,
});
});
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment