The currently-accepted answer (using "editor.formatOnSave": false) does not work for me, unfortunately.
"editor.formatOnSave": false
I had to explicitly add yaml files to .prettierignore:
.prettierignore
*.yaml *.yml