Skip to content

Commit

Permalink
disable format on paste, only format modified lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Mar 13, 2023
1 parent 2290b3c commit f03e4b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ide-data/visual-studio-code/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
},
"[haxe]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnSaveMode":"modifications",
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.sortImports": true
}
Expand Down

0 comments on commit f03e4b0

Please sign in to comment.