The default is to single space.
However, if you are referring to spacing following paragraph breaks
and headings, the default is to add a margin (equal to the height of a
line) between paragraphs.
Include some CSS in the <head> section to reduce the margin.
<style type-"text/css">
p {margin-top:1px; margin-bottom:1px;}
</style>
Change 1px above to suit your layout.