I am trying to configure vim to indent in accordance with pep8 e128.
return redirect(url_for('list_feedbacks_for_profile',
profile_id=feedback.key().id_or_name()))
What should I put in my .vimrc to indent profile_id to immediately below the ' character?