I use 'listings' and 'setspace' package for my latex document. And I have to use the \doublespacing for my document. The trouble is that the code listings seem to be affected by the \doublespacing command. I want all of my code listings have no line spacing while the rest have double line spacing.
How can I achieve that?
Thanks,