Disable edit predictions in diff/patch files by default (#25291)

This commit is contained in:
Peter Tripp 2025-02-24 13:47:11 -05:00 committed by GitHub
parent 64756fa96f
commit b2921bd3fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1093,6 +1093,7 @@
"tab_size": 2
},
"Diff": {
"show_edit_predictions": false,
"remove_trailing_whitespace_on_save": false,
"ensure_final_newline_on_save": false
},