I don't believe it is possible to do it right away in the Flat File Source.
However, you can add a derived column component to add the doubel quotes:
"\" + MyColumn + "\"
(I assume your columns are all string data types)
If you have too many columns and it is too tiresome to configure them all with the derived column, then you could consider using a script component to read your flat file.