1. Cleaning Code Snippets
Software DeveloperBackground
A developer copied a function from a legacy codebase that used inconsistent 8-space indentation.
Problem
The code looks messy and violates the project's 2-space indentation style guide.
How to use
Paste the code, select 'Remove Spaces Only', and set the amount to 6 to reduce the 8-space indent to 2.
removeType: 'spaces', removeAmount: 6Outcome
The code is perfectly aligned to the project's 2-space standard.