remove leading whitespace #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
it can be done by having a counter, whenever a value is read, it checks if it is white space. if it is it counts up by 1.
then when a new line is reached, if the count is above 0, it trims that many bytes