Converting four spaces to tabs in a plugin file

I downloaded the Non-ASCII Equivalents 0.5 plugin from the repository.

I replaced every 4 spaces with a tab. The plugin size decreased from 3570 bytes to 3288 bytes.

size


EDIT:
I did this trick in my CPP files. After compiling, the EXE files are smaller.

Wow! That is a fantastic saving of 7.9%!!

What do you plan to do with the 282 bytes that you saved?

4 Likes

@Zas

What about JS, JSON, CSS files?

For example Release Version 2.2.6 - Hotfix · Lioncat6/SAMBL-React · GitHub