How can I do a hanging indent

How can I do a hanging indent of text?

I would love to know this as well.

With CSS, you could do this with the following code:

/*make sure to include .rich-text to your custom class*/
.hanging-indent.rich-text {
        text-indent: 10%;
}