I have a meta tag for description:
<meta name="description"
content="a very very long string that is rather boring" />
Is it OK to put the content on multiple lines so that it is readable for editing? Is this true for all browsers and search engines?
Yes.
Yes.
So long as the content is valid attribute content, you will be fine with this.
HTML 4 defines the content attribute as CDATA: