google / playground-elements

Serverless coding environments for the web.
BSD 3-Clause "New" or "Revised" License
550 stars 55 forks source link

Fix tab to spaces replacement logic #375

Closed MichaelByrneAU closed 1 year ago

MichaelByrneAU commented 1 year ago

The existing implementation of converting a tab into spaces inadvertently includes an off-by-one error, producing one less space than desired. Resolves #358.

MichaelByrneAU commented 1 year ago

Done!