Skip to content

Commit

Permalink
change formatOnPase default, fixed 28176
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferrm committed Jun 7, 2017
1 parent f541f80 commit 586d578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/common/config/editorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ export const EDITOR_DEFAULTS: IValidatedEditorOptions = {
parameterHints: true,
iconsInSuggestions: true,
formatOnType: false,
formatOnPaste: true,
formatOnPaste: false,
suggestOnTriggerCharacters: true,
acceptSuggestionOnEnter: 'on',
acceptSuggestionOnCommitCharacter: true,
Expand Down

0 comments on commit 586d578

Please sign in to comment.