A
solution from a Linux forum. The style sheet to be cleaned is named
Brute and is sitting on my Desktop (Bureau).
Code:
roger@lmde64 ~ $ cd ~/Bureau
roger@lmde64 ~/Bureau $ sort Brute -o Brute
roger@lmde64 ~/Bureau $ sed -i 's/{/{\n\t/;s/:/: /g;s/;/;\n\t/g;s/}/;\n}\n/' Brute
roger@lmde64 ~/Bureau $
And here is the instant result (long life Linux!): Compare with the spoiler in the first message.
To install in the Sigil of tomorrow?
Note: The above command adds one
; before the
} to make editing easier. Pay attention to this because it could trigger some silent mistakes. If you are unhappy with this, easy, just take out the last ; in the command (the one before the sign } )