I have been given a CSS stylesheet to edit for a website. All the code is on one massive long line. Is there a way to split this one line into many lines so that the code is easy to read and edit? Kind of beautify the code.
I’ve tried selecting the line and going to Selection > Split into Lines but it doesn’t do anything.