Increase file size allocation of ls and lsl

Right now the space reserved file size is 9 digits so around 10 GB. However if files are greater than the above file size it can through off the formatting which is a hassle to deal with when converting the file to csv (delimiting by a space doesn’t work due to spaces in the filename). Is it possible to extend the reserved space to 12 digits for file size?

I believe there was an issue about increasing the width to the size of the terminal but I can’t remember if it was only for log files.

Similar.

You could try the latest beta and use lsjson which produces machine readable output for ls?