Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gittmaan/9d9fd882640730d5cd67e34b4cd7fd3c to your computer and use it in GitHub Desktop.
Save gittmaan/9d9fd882640730d5cd67e34b4cd7fd3c to your computer and use it in GitHub Desktop.
How to change indentation of Postman HTML Pretty view to 2 spaces instead of 4
function vkbeautify(){ // line 83 of vkbeautify.2.0.js
// change the string below to 2 spaces instead of 4:
this.step = ' '; // 4 spaces
this.shift = createShiftArr(this.step);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment