1. Formatting Code Snippets
DeveloperBackground
A developer needs to paste a raw list of function names into a documentation file but requires them to be indented by 4 spaces for readability.
Problem
Manually adding spaces to every line is tedious and prone to errors.
How to use
Paste the function names, select 'Spaces' as the type, and set the amount to 4.
indentType: spaces, indentAmount: 4Outcome
Every line is perfectly aligned with a 4-space indent, ready for the documentation.