Skip to content

Commit

Permalink
10316 fix incorrect prefrence value
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Soni <[email protected]>
  • Loading branch information
yashsoni369 authored and vince-fugnitto committed Oct 22, 2021
1 parent 0c23cc7 commit c3caca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/browser/editor-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ const codeEditorPreferenceProperties = {
'none',
'boundary',
'selection',
'trailin',
'trailing',
'all'
],
'default': 'none'
Expand Down

0 comments on commit c3caca6

Please sign in to comment.