Skip to content

Instantly share code, notes, and snippets.

@njohnson7
Created May 18, 2017 18:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save njohnson7/5b3c099d65e439bb7b798a41527272bd to your computer and use it in GitHub Desktop.
Save njohnson7/5b3c099d65e439bb7b798a41527272bd 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